Leevel high-performance PHP extension development framework
Leevel is an open source PHPC extension development framework, written in zephir, to solve the classic contradiction of performance degradation caused by using the framework. Leevel was developed to solve the performance problem of QueryPHP. It can be mixed with the same version of QueryPHP and will take over the PHP in composer. version function.
Leevel high-performance PHP extension development framework, based on zephir's Chinese version of MinPhalcon, Leevel was developed to improve the performance of QueryPHP. It is consistent with QueryPHP functions and shares the same unit test to achieve a unified external API.
Minimum PHP version supported
version_compare(PHP_VERSION,'7.1.3','<')&&die('PHP7.1.3ORHigher');
How to install
Windows system
No dll is provided yet.
Linux operating system
Download source code.
[email protected]:hunzhiwange/leevel.git
cdext
Compiled extension.
$/path/to/phpize
$./configure--with-php-config=/path/to/php-config
$make&&makeinstall
Add the extension to your php.ini and use php -m to see if the extension is installed.
extension=leevel.so
Official documentation
Please visit the official website to view Leevelwebsite.
Run unit test files
$cd/data/codes/leevel
$composerinstall
$phpvendor/bin/phpunittests
TravisCI continuous integration support
Make code submissions more trustworthy.
Copyright Agreement
Leevel adopts the MITlicense licensing agreement, which is more free.