# framework **Repository Path**: aaajkcn/framework ## Basic Information - **Project Name**: framework - **Description**: The PHP Framework For Code Poem As Free As Wind. - **Primary Language**: PHP - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2018-06-24 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ![](queryphp.png)

StyleCI Build Status Coverage Status Latest Version QueryPHP License

# The QueryPHP Framework QueryPHP is a powerful PHP framework for code poem as free as wind. [Query Yet Simple] QueryPHP was founded in 2010 and released the first version on 2010.10.03. QueryPHP was based on the DoYouHaoBaby framework,we have a large code refactoring. ![](doyouhaobaby.png)

DoYouHaoBaby has a lot of features: MVC, ActiveRecord, i18n, cache, databases, template engine, RBAC, and so on.

DoYouHaoBaby released 0.0.1 version at 2010/10/03, the last version was released in 2014/10 version 3, and now it has stopped maintenance.

## Optional C Extension

Leevel Version Swoole Version Thrift Version Inotify Version V8js Version

![](php7_swoole_cextension_redis.png) @PHP7+Swoole开发超高性能后台程序--韩天峰@PHPCon2016.pdf We think the performance of PHP applications is very important and the development of pleasure also needs to be considered, and that's why we have developed the QueryPHP framework to achieve great ideals. * PHP 7 - We choose the lowest version of 7.1.3, because php7 has a unique advantage over the earlier version. * Leevel - We provides an optional c extension to takeover core components of the framework,such as IOC, log, cache. * Redis - QueryPHP encapsulation a cache component, including files, redis, memcache and so on, so as to reduce the pressure of database. ``` Wow! Cool! Query Yet Simple! ``` ## How to install ``` composer require hunzhiwange/framework ``` ## The components that make up the QueryPHP framework Components for the framework can be found on the [Github website](https://github.com/queryyetsimple) and [Packagist website](https://packagist.org/packages/leevel/). ``` composer require leevel/di composer require leevel/cache ... and more ``` ## Official Documentation Documentation for the framework can be found on the [QueryPHP website](http://www.queryphp.com). ## Run Tests ``` _____________ _______________ ______/ \__ _____ ____ ______ / /_ _________ ____/ __ / / / / _ \/ __`\/ / __ \/ __ \/ __ \___ __/ / / / /_/ / __/ / \ / /_/ / / / / /_/ /__ \_\ \_/\____/\___/_/ / / .___/_/ /_/ .___/ \_\ /_/_/ /_/ $cd /data/codes/queryphp/vendor/hunzhiwange/framework $composer install $php vendor/bin/phpunit tests ``` ## Unified Code Style ``` $cd /data/codes/queryphp/vendor/hunzhiwange/framework $php-cs-fixer fix --config=.php_cs.dist ``` ## Travis CI Supported Let code poem. ## License The QueryPHP framework is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).