SlightPHP is an efficient PHP agile development framework. Main features: 1. The unique separation method of "framework" and "plugins" is completely different from the current mainstream frameworks. It separates the core framework from other functions independently, with high flexibility and low coupling, making it easy to transplant. 2. The core code of the framework itself is very Small, fast and efficient, it also supports PHP module loading (please compile the source code in the pecl directory, or compile it directly into PHP) 3 The framework supports nginx, lighttpd, apache, iis and other web servers 4 Plug-in SDb supports mysql, mysqli , pdo, mssql, oracle and other mainstream databases, and also supports the separation of database reading and writing libraries, which is especially suitable for high-traffic websites. 5 Plug-in SRoute supports various simple routing support and simplified URLs 6 Plug-in STpl template class, efficient and flexible, lighter than Smarty Lots of levels! 7 The plug-in SCache (memcache) uses consistent hashing algorithm, supports distributed services and dependent KEY, and also supports file and apc cache. 8 For more flexible and customizable plug-ins, please check the wiki or examples under samples
Expand