Answer the question
In order to leave comments, you need to log in
Is there an analogue of TodoMVC for comparing php frameworks?
Is there a project similar to addyosmani.github.com/todomvc/ for comparing php frameworks?
Those. some task is set (for example, to write a simple blog) and implemented on different frameworks, in order to then evaluate the performance and convenience of writing code.
Answer the question
In order to leave comments, you need to log in
Here it recently slipped there the same simple site implemented on 5 frameworks (CodeIgniter, Laravel, Yii, ZF1, ZF2).
Here is the new open source project Notejam . Implementation of one application on popular php, python and ruby frameworks. You can evaluate the code and the difference in solutions to the same problem.
I did not see the completed project.
Almost all comparisons are made on Hello World with routing.
For myself, I wrote a project with three paths.
1. Error (the dispatcher forwards an intentional error)
2. Displaying statics by routing
3. Unloading data from the database (with and without cache)
I do not consider this picture complete, because I did it for a superficial analysis. All this is written within a couple of hours for all current giants and not only.
Evaluated with sieage and ab.
As a result, Phalcon won by itself in terms of performance. Unfortunately, the results were not saved.
In another test , I just output 100 lines for uniqid
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question