Leevel — это открытый веб-фреймворк, поставляемый в виде расширения C и дополнения к фреймворку QueryPHP, обеспечивающий высокую производительность и более низкое потребление ресурсов.
version_compare(PHP_VERSION, '7.1.3', '<') && die('PHP 7.1.3 OR Higher');
Необходимо тестирование.
Вы можете скачать исходный код.
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.
$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
Пусть код будет поэмой.
Фреймворк Leevel является программным обеспечением с открытым исходным кодом, лицензированным под лицензией MIT.
You can comment after Login
Inappropriate content may be displayed here and will not be shown on the page. You can check and modify it through the relevant editing function
If you confirm that the content does not involve inappropriate language/advertisement redirection/violence/vulgar pornography/infringement/piracy/false/insignificant or illegal content related to national laws and regulations, you can click submit to make an appeal, and we will handle it as soon as possible.
Comments ( 0 )