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. 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: 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, and implements It has real lazy loading, supports composer, and has made a lot of optimizations for API development, including routing, logs, exceptions, models, databases, template engines and verification modules, which have been reconstructed and are not suitable for upgrading the original 3.2 project. Please carefully consider commercial project upgrades, 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 The database, model and association are supported by MongoDb;
This article comes from the ThinkPHP framework technical article column: http://www.php.cn/phpkj/thinkphp/
The above is the detailed content of What does thinkphp framework mean?. For more information, please follow other related articles on the PHP Chinese website!