Leevel是一个开源PHPC扩展开发框架,采用zephir编写,是为了解决使用框架带来性能下降的经典矛盾,Leevel是为了解决QueryPHP性能而开发,可以与同版本的QueryPHP混合使用,将接管composer中的PHP版本功能。
Site: https://www.queryphp.com/
API: https://api.queryphp.com
Document: https://www.leevel.vip/
Leevel高性能PHP扩展开发框架,基于zephir的中国版MinPhalcon,Leevel是为了改善QueryPHP性能而开发的,与QueryPHP功能保持一致,共享同一份单元测试实现统一对外API。
https://github.com/leevels/tests/
核心包QueryPHPOnGithub: https://github.com/hunzhiwange/queryphp/
QueryPHPOnGitee: https://gitee.com/dyhb/queryphp/
FrameworkOnGithub: https://github.com/hunzhiwange/framework/
FrameworkOnGitee: https://gitee.com/dyhb/framework/
LeevelOnGithub: https://github.com/hunzhiwange/leevel/
LeevelOnGitee: https://gitee.com/dyhb/leevel
Tests: https://github.com/leevels/tests/
Packages: https://github.com/leevels/
PackagesFromHunzhiwange: https://packagist.org/packages/hunzhiwange/
PackagesFromLeevel: https://packagist.org/packages/leevel/
最低PHP版本支持version_compare(PHP_VERSION, '7.1.3', '<') && die('PHP 7.1.3 OR Higher');如何安装Windows系统暂未提供dll.
Linux操作系统下载源代码.
git clone git@github.com:hunzhiwange/leevel.gitcd ext编译扩展.
$/path/to/phpize$./configure --with-php-config=/path/to/php-config$make && make install将扩展添加到你的 php.ini,使用php-m查看扩展是否被安装.
extension = leevel.so官方文档请访问官方网站即即可查看 Leevelwebsite.
运行单元测试文件$cd /data/codes/leevel $composer install$php vendor/bin/phpunit testsTravisCI持续集成支持让代码提交更值得信赖.
版权协议Leevel采用 MITlicense 授权许可协议,更自由。
评论