dev-master
9999999-dev http://www.queryphp.comThe Leevel Framework.
MIT
The Requires
- php ^7.1.3
- ext-mbstring *
- ext-openssl *
- hunzhiwange/framework dev-master
The Development Requires
by Xiangmin Liu
framework queryphp leevel
The Leevel Framework.
, (*1)
Leevel is an open source web framework delivered as a C extension and supplement for the QueryPHP framework providing high performance and lower resource consumption., (*4)
version_compare(PHP_VERSION, '7.1.3', '<') && die('PHP 7.1.3 OR Higher');
Need to tests., (*5)
You can download the source code., (*6)
git clone git@github.com:hunzhiwange/leevel.git cd ext
Then compile it., (*7)
$/path/to/phpize $./configure --with-php-config=/path/to/php-config $make && make install
Then add extension to your php.ini,you can see if installation is successful by command php -m., (*8)
extension = leevel.so
Documentation for the framework can be found on the Leevel website., (*9)
$cd /data/codes/leevel $composer install $cp ./tests/config.php ./tests/config.local.php // Modify the config $php vendor/bin/phinx migrate $php vendor/bin/phpunit tests
Let code poem., (*10)
The Leevel framework is open-sourced software licensed under the MIT license., (*11)
The Leevel Framework.
MIT
framework queryphp leevel