Home>Article>PHP Framework> What is the use of thinkphp5?

What is the use of thinkphp5?

藏色散人
藏色散人 Original
2019-09-18 14:00:03 2533browse

What is the use of thinkphp5?

What is the use of ThinkPHP5?

ThinkPHP5 role

ThinkPHP V5.0 is a high-performance framework designed for API development - a subversive and reconstructed version, using a new The architectural ideas have introduced many new PHP features, optimized the core, reduced dependencies, implemented true lazy loading, supported composer, and made 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.

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 Database, model and association, supported by MongoDb;

The above is the detailed content of What is the use of thinkphp5?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn