ThinkPHP is a fast, simple object-oriented lightweight PHP development framework. It was founded in early 2006 and released under the Apache2 open source license. 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. It has many original functions and features. With the active participation of the community team, it has been continuously optimized and improved in terms of ease of use, scalability and performance. It has grown into the most leading and influential WEB application development framework in China, with many Typical cases ensure that it can be stably used for commercial and portal-level development.
The main new features adopt PHP7 strong typing (strict mode)
Support more PSR specifications Native multiple applications Support more powerful and easy-to-use queries Brand new event system model Events and database events are unified into the event system template engine Separate the core internal functions into middleware
Improved SESSION/Cookie mechanism, improved support for Swoole and coroutines, improved IDE friendliness, unified and simplified a large number of usages
The main update of ThinkPHPv6.0.8 is to add the LogRecord event and eliminate the type declaration warning somewhere in the Validate class. Add the dispatcher method to the routing group to support setting the dispatch of the group.
Added all method to Request class to support obtaining all parameters including File. Improved environment variable definition to support reading of multiple env files.