2017 © Pedro Peláez
 

library leevel

The Leevel Framework.

image

hunzhiwange/leevel

The Leevel Framework.

  • Saturday, July 14, 2018
  • by hunzhiwange
  • Repository
  • 2 Watchers
  • 1 Stars
  • 0 Installations
  • Zephir
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

, (*1)

StyleCI Build Status Latest Version Leevel License , (*2)

English | 中文 , (*3)

The Leevel Framework To Rebuild QueryPHP

Leevel is an open source web framework delivered as a C extension and supplement for the QueryPHP framework providing high performance and lower resource consumption., (*4)

The core packages

Requirement

version_compare(PHP_VERSION, '7.1.3', '<') && die('PHP 7.1.3 OR Higher');

How to install

Windows

Need to tests., (*5)

Linux

You can download the source code., (*6)

git clone git@github.com:hunzhiwange/leevel.git
cd ext

Then compile it., (*7)

$/path/to/phpize
$./configure --with-php-config=/path/to/php-config
$make && make install

Then add extension to your php.ini,you can see if installation is successful by command php -m., (*8)

extension = leevel.so

Official Documentation

Documentation for the framework can be found on the Leevel website., (*9)

Run Tests

$cd /data/codes/leevel    
$composer install
$cp ./tests/config.php ./tests/config.local.php // Modify the config
$php vendor/bin/phinx migrate
$php vendor/bin/phpunit tests

Travis CI Supported

Let code poem., (*10)

License

The Leevel framework is open-sourced software licensed under the MIT license., (*11)

The Versions

14/07 2018

dev-master

9999999-dev http://www.queryphp.com

The Leevel Framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Xiangmin Liu

framework queryphp leevel