Home > Article > Backend Development > PHP study notes (5)_PHP tutorial
As a qualified PHP development framework, I personally feel that it needs to meet at least the following points.
1. The upper beam is not straight and the lower beam is crooked. A good framework must first have good coding standards and file directory structure, and the code must be easy to read and understand.
2. In order to better adapt to OOP, the framework must provide a fully functional universal type loading system.
3. The framework must have a complete processing mechanism
4. The framework can provide good scalability, and it is best to be compatible with codes using other frameworks.
All things considered
If you are pursuing operating efficiency, I will choose Phalcon. Phalcon is written in C and compiled into a PHP extension. It is known as the fastest PHP framework.
If you are pursuing development efficiency and code maintainability, you should choose Laravel. This framework design is very good in code design and integrates the excellent design ideas of some other language frameworks.