D
D
ddddd tttt2017-09-19 19:08:23
PHP
ddddd tttt, 2017-09-19 19:08:23

Laravel vs Yii vs Symfony for a speed-demanding project?

It is not necessary to climb with another language.
PHP only.
And in general it is interesting to read what goals each framework pursues.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Alexander Aksentiev, 2017-09-19
@Sanasol

You need to write good code for a project that requires speed.
The difference in speed of an empty framework out of the box will become insignificant as soon as you write the first lines of your code with business logic.

I
index0h, 2017-09-20
@index0h

Laravel vs Yii vs Symfony for a speed-demanding project?

Generally speaking for speed - not php.
For small projects - yii. For medium and large - Symfony. Laravel - I strongly do not recommend it (alas, this framework is a hodgepodge of anti-practices).
But it all depends on the specific task. The fact is that the framework should help you in writing the application. The same Lumen is essentially a router with helpers, Silex - roughly speaking yes, only these helpers are Symfony components. If this is enough for you - feel free to touch Silex.

A
Alexander Pushkarev, 2017-09-19
@AXP-dev

Do you want speed? Then you need this - https://phalconphp.com/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question