Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hunzhiwange/queryphp
++🔥High Performance PHP Progressive Framework.
https://github.com/hunzhiwange/queryphp
framework leevel php queryphp roadrunner swoole
Last synced: about 1 month ago
JSON representation
++🔥High Performance PHP Progressive Framework.
- Host: GitHub
- URL: https://github.com/hunzhiwange/queryphp
- Owner: hunzhiwange
- License: mit
- Created: 2017-01-06T15:31:05.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-09-17T16:01:39.000Z (3 months ago)
- Last Synced: 2024-11-10T03:55:27.206Z (about 1 month ago)
- Topics: framework, leevel, php, queryphp, roadrunner, swoole
- Language: PHP
- Homepage: https://queryphp.com
- Size: 63.8 MB
- Stars: 308
- Watchers: 13
- Forks: 23
- Open Issues: 0
-
Metadata Files:
- Readme: README-zh-CN.md
- License: LICENSE
Awesome Lists containing this project
- awesome-swoole - QueryPHP - A modern, high performance PHP progressive coroutine framework. :globe_with_meridians: (Frameworks)
README
# QueryPHP 应用
QueryPHP 是一款现代化的高性能 PHP 渐进式框架, 以提供稳定可靠的高品质企业级框架为历史使命。**USE LEEVEL DO BETTER** **[And More Information...](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
```### Go RoadRunner 服务
```
/data/server/roadrunner-2.12.1-darwin-amd64/rr serve
/data/server/roadrunner-2.12.1-darwin-amd64/rr http:reset
```## 版权协议
QueryPHP 是一个基于 [MIT license](http://opensource.org/licenses/MIT) 授权许可协议的开源软件.
##
```
php leevel make:entity print:print_template_content --env=env.phpunit
php leevel migrate:create PrintTemplateContent
```