Leevel是一个开源PHPC扩展开发框架,采用zephir编写,是为了解决使用框架带来性能下降的经典矛盾,Leevel是为了解决QueryPHP性能而开发,可以与同版本的QueryPHP混合使用,将接管composer中的PHP版本功能。
Site: https://www.queryphp.com/
API: https://api.queryphp.com
Documet: https://www.leevel.vip/
Leevel高性能PHP扩展开发框架,基于zephir的中国版MiPhalco,Leevel是为了改善QueryPHP性能而开发的,与QueryPHP功能保持一致,共享同一份单元测试实现统一对外API。
https://github.com/leevels/tests/
核心包QueryPHPOGithub: https://github.com/huzhiwage/queryphp/
QueryPHPOGitee: https://gitee.com/dyhb/queryphp/
FrameworkOGithub: https://github.com/huzhiwage/framework/
FrameworkOGitee: https://gitee.com/dyhb/framework/
LeevelOGithub: https://github.com/huzhiwage/leevel/
LeevelOGitee: https://gitee.com/dyhb/leevel
Tests: https://github.com/leevels/tests/
Packages: https://github.com/leevels/
PackagesFromHuzhiwage: https://packagist.org/packages/huzhiwage/
PackagesFromLeevel: https://packagist.org/packages/leevel/
最低PHP版本支持versio_compare(PHP_VERSION, '7.1.3', '<') && die('PHP 7.1.3 OR Higher');如何安装Widows系统暂未提供dll.
Liux操作系统下载源代码.
git cloe git@github.com:huzhiwage/leevel.gitcd ext编译扩展.
$/path/to/phpize$./cofigure --with-php-cofig=/path/to/php-cofig$make && make istall将扩展添加到你的 php.ii,使用php-m查看扩展是否被安装.
extesio = leevel.so官方文档请访问官方网站即即可查看 Leevelwebsite.
运行单元测试文件$cd /data/codes/leevel $composer istall$php vedor/bi/phpuit testsTravisCI持续集成支持让代码提交更值得信赖.
版权协议Leevel采用 MITlicese 授权许可协议,更自由。











评论