B
B
Boyed2020-04-06 12:32:49
PHP
Boyed, 2020-04-06 12:32:49

Are there similar php frameworks for web development?

Hello.
I would like to know if there are similar php frameworks for web development?
For example:

<?php
use components\Button, components\Alert;
$button = new Button;
$button->onClick(function(){
Alert::show('Привет!');
});

Thanks in advance for your reply.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Danil Gaisin, 2020-04-07
@gaisindanil

Yii, Laravel?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question