Leevel 是一个开源 PHP C 扩展开发框架,采用 zephir 编写,是为了解决使用框架带来性能下降的经典矛盾,Leevel 是为了解决 QueryPHP 性能而开发,可以与同版本的 QueryPHP 混合使用,将接管 composer 中的 PHP 版本功能。
Site: https://www.queryphp.com/
API: https://api.queryphp.com
Document: https://www.leevel.vip/
Leevel 高性能 PHP 扩展开发框架,基于 zephir 的中国版 Min Phalcon,Leevel 是为了改善 QueryPHP 性能而开发的,与 QueryPHP 功能保持一致,共享同一份单元测试实现统一对外 API。
https://github.com/leevels/tests/
QueryPHP On Github: https://github.com/hunzhiwange/queryphp/
QueryPHP On Gitee: https://gitee.com/dyhb/queryphp/
Framework On Github: https://github.com/hunzhiwange/framework/
Framework On Gitee: https://gitee.com/dyhb/framework/
Leevel On Github: https://github.com/hunzhiwange/leevel/
Leevel On Gitee: https://gitee.com/dyhb/leevel
Tests: https://github.com/leevels/tests/
Packages: https://github.com/leevels/
Packages From Hunzhiwange: https://packagist.org/packages/hunzhiwange/
Packages From Leevel: https://packagist.org/packages/leevel/
version_compare(PHP_VERSION, '7.1.3', '<') && die('PHP 7.1.3 OR Higher');
暂未提供 dll.
下载源代码.
git clone git@github.com:hunzhiwange/leevel.git cd ext
编译扩展.
$/path/to/phpize $./configure --with-php-config=/path/to/php-config $make && make install
将扩展添加到你的 php.ini, 使用 php -m 查看扩展是否被安装.
extension = leevel.so
请访问官方网站即即可查看 Leevel website.
$cd /data/codes/leevel $composer install $php vendor/bin/phpunit tests
让代码提交更值得信赖.
Leevel 采用 MIT license 授权许可协议,更自由。