高性能 PHP 扩展开发框架 Leevel

码农软件 · 软件分类 · Web框架 · 2019-03-24 08:11:35

软件介绍

Leevel 高性能 PHP 扩展开发框架

Leevel 是一个开源 PHP C 扩展开发框架,采用 zephir 编写,是为了解决使用框架带来性能下降的经典矛盾,Leevel 是为了解决 QueryPHP 性能而开发,可以与同版本的 QueryPHP 混合使用,将接管 composer 中的 PHP 版本功能。

Leevel 高性能 PHP 扩展开发框架,基于 zephir 的中国版 Min Phalcon,Leevel 是为了改善 QueryPHP 性能而开发的,与 QueryPHP 功能保持一致,共享同一份单元测试实现统一对外 API。

https://github.com/leevels/tests/

核心包

最低 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 授权许可协议,更自由。

本文地址:https://codercto.com/soft/d/2028.html

Dive Into Python 3

Dive Into Python 3

Mark Pilgrim / Apress / 2009-11-6 / USD 44.99

Mark Pilgrim's Dive Into Python 3 is a hands-on guide to Python 3 (the latest version of the Python language) and its differences from Python 2. As in the original book, Dive Into Python, each chapter......一起来看看 《Dive Into Python 3》 这本书的介绍吧!

URL 编码/解码
URL 编码/解码

URL 编码/解码

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具