thinkphp is a free, open source, fast, simple, object-oriented and lightweight PHP development framework. ThinkPHP can support server environments such as windows, Unix, Linux, etc., and can improve the readability of the code. Website security, and better data processing capabilities.
The operating environment of this article: Windows 10 system, ThinkPHP5 version, Dell G3 computer.
ThinkPHP is a free, open source, fast and simple object-oriented lightweight PHP development framework. It was born for agile WEB application development and simplified enterprise application development. of. ThinkPHP has been adhering to the simple and practical design principle since its birth. While maintaining excellent performance and minimal code, it also focuses on ease of use. Publishing under the Apache2 open source license agreement means that you can use ThinkPHP for free, and even allow the applications you develop based on ThinkPHP to be open source or released/sold as commercial products.
Note: ThinkPHP 5.0 is a subversive and reconstructed version. It adopts a new architectural idea, introduces more new PHP features, optimizes the core, reduces dependencies, and achieves true lazy loading. It supports composer and has made a lot of optimizations for API development. Modules including routing, logs, exceptions, models, databases, template engines and verification have all been reconstructed. They are not suitable for upgrading original 3.2 projects. Please carefully consider upgrading commercial projects. , but it is 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 MongoDb supports databases, models and associations;
can improve the readability of the code, the security of the website, and better data processing capabilities
Recommended learning: "PHP Video tutorial》
The above is the detailed content of thinkphp what does it mean. For more information, please follow other related articles on the PHP Chinese website!