# QueryPHP **Repository Path**: IS5416/queryphp ## Basic Information - **Project Name**: QueryPHP - **Description**: QueryPHP 是一款现代化的高性能 PHP 渐进式协程框架, 我们还是主要面向传统 PHP-FPM 场景。 - **Primary Language**: PHP - **License**: MIT - **Default Branch**: master - **Homepage**: https://www.queryphp.com - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 16 - **Created**: 2021-01-30 - **Last Updated**: 2021-01-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

Latest Stable Version Minimum PHP Version Minimum Swoole Version RoadRunner Version QueryPHP License
StyleCI QueryPHP Doc Build Status

The Core Framework
Build Status

English | 中文

# QueryPHP 应用 QueryPHP 是一款现代化的高性能 PHP 渐进式框架, 以提供稳定可靠的高品质企业级框架为历史使命。**USE LEEVEL DO BETTER** **[And More Information...](assets/readme/MORE-zh-CN.md)** * 官方网站: * 官方网站国内镜像: * 开发文档: ## 特性 - 生产就绪 (Production-ready) - [简单高性能路由](https://www.queryphp.com/docs/router/) - [富于表现力的模板引擎](https://www.queryphp.com/docs/template/) - [基于领域驱动设计的强大 ORM](https://www.queryphp.com/docs/database/) - 高质量代码及高覆盖率[单元测试](https://github.com/hunzhiwange/framework/tree/master/tests) ## 如何安装 ``` composer create-project hunzhiwange/queryphp myapp php leevel server ``` ### Swoole Http 服务 ``` php leevel http:server # php leevel http:server -d php leevel http:reload php leevel http:stop php leevel http:status ``` ### Swoole Websocket 服务 ``` php leevel websocket:server # php leevel websocket:server -d php leevel websocket:reload php leevel websocket:stop php leevel websocket:status ``` ### Go RoadRunner 服务 ``` /data/server/roadrunner-1.8.2-darwin-amd64/rr serve -d -v # -d = debug /data/server/roadrunner-1.8.2-darwin-amd64/rr http:reset /data/server/roadrunner-1.8.2-darwin-amd64/rr http:workers -i ``` ## 版权协议 QueryPHP 是一个基于 [MIT license](http://opensource.org/licenses/MIT) 授权许可协议的开源软件.