Leevel高性能 PHP 扩展开发框架
Leevel 高性能 PHP 扩展开发框架
Leevel 是一个开源 PHP C 扩展开发框架,采用 zephir 编写,是为了解决使用框架带来性能下降的经典矛盾,Leevel 是为了解决 QueryPHP 性能而开发,可以与同版本的 QueryPHP 混合使用,将接管 composer 中的 PHP 版本功能。
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
Packages: https://github.com/leevels/
Packages From Hunzhiwange: https://packagist.org/packages/hunzhiwange/
Packages From Leevel: 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.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
Travis CI 持续集成支持
让代码提交更值得信赖.
版权协议
Leevel 采用 MIT license 授权许可协议,更自由。