What features should a modern, avant-garde PHP framework have?
Reply content:
What features should a modern, avant-garde PHP framework have?
Composer compatible, the framework contains open source projects, even the framework itself, can be updated with composer.
Using a new version of PHP stable features (currently the latest 5.5, the second new is 5.4), the full object-oriented (interface, namespace, etc.), the author coding habits are not weird, friendly to the majority of habits, to follow the PSR better.
Powerful scaffolding function, can generate the default crud, form, controller and other code according to the Design data table, free hands.
Complete cache and database support, including not limited to Oracle NoSQL Pgsql
Have their own design concept, mention you can let people immediately think of key features
Complete test support, unit, regression, continuous integration, easy team development and agile development
The deployment of static files is very friendly, can support cloud storage is better
Good log and exception handling mechanism, easy to develop, error can not use the IDE to locate the code,
Just think of it, MVC or something like that, everybody's using it.
Add a Dependency injection bar, user-friendly development, reduce the implementation of coupling and support, the avant-garde framework of the author must use the design, and the combination of multiple frameworks and even multi-lingual features.
Add one more, compatible with HHVM.
Exactly, LAZYPHP4 released today, Https://github.com/geekcompany/LazyPHP4
The main topic to see Instructions for reference!
Brief introduction:
In ancient times, PHP was often considered a glue between HTML and data to render and output pages. When the mobile phone became a part of the human body, we found that almost all of the sites, products are inevitably encountered a demand: multi-platform integration. LazyPHP4 is precisely for this kind of demand redesign.
Learn Laravel and you will know what modern avant-garde is.