Home > Article > PHP Framework > Is thinkphp5 php?
thinkphp5 is php?
ThinkPHP V5.0 is a high-performance framework designed for API development - a subversive and reconstructed version that adopts new architectural ideas, introduces many new PHP features, and optimizes The core reduces dependencies, implements true lazy loading, supports composer, and makes a lot of optimizations for API development.
ThinkPHP5 is a new milestone version, including routing, logs, exceptions, models, databases, template engines and verification modules, which have been reconstructed. It is not suitable for upgrading the original 3.2 project. Please carefully consider commercial projects. Upgrade, but it is definitely the first choice for new projects (whether it is WEB or API development), and it is best to forget the thinking habits of version 3.2 and re-understand TP5.
ThinkPHP5.0 version is a subversive and reconstructed version. It adopts a new architectural idea, introduces more new PHP features, optimizes the core, reduces dependencies, realizes true lazy loading, and supports composer , and made a lot of optimizations for API development, including routing, logs, exceptions, models, databases, template engines and verification modules have been reconstructed, which is not suitable for the upgrade of the original 3.2 project. Please carefully consider upgrading commercial projects, but Definitely the first choice for new projects (whether it is WEB or API development).
Main features:
Specifications: Follow PSR-2, PSR-4 specifications, Composer and unit test support;
Rigorous: Extremely rigorous Error detection and security mechanisms, detailed log information, protect your development;
Flexible: reduce core dependencies, make expansion more flexible and convenient, support command line instruction expansion;
API friendly : Excellent performance and REST support, remote debugging, better support for API development;
Efficient: lazy loading, and caching mechanism for routing, configuration and automatic loading;
ORM: Reconstruction The database, model and association are supported by MongoDb;
PHP Chinese website has a large number of free ThinkPHP introductory tutorials, everyone is welcome to learn!
The above is the detailed content of Is thinkphp5 php?. For more information, please follow other related articles on the PHP Chinese website!