PHPackages                             hunzhiwange/queryphp - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. hunzhiwange/queryphp

ActiveLibrary[Framework](/categories/framework)

hunzhiwange/queryphp
====================

The QueryPHP Application.

v2.1.2(2mo ago)30629721MITPHPPHP &gt;=8.5.6CI passing

Since Nov 7Pushed 2mo ago12 watchersCompare

[ Source](https://github.com/hunzhiwange/queryphp)[ Packagist](https://packagist.org/packages/hunzhiwange/queryphp)[ Docs](http://www.queryphp.com)[ RSS](/packages/hunzhiwange-queryphp/feed)WikiDiscussions master Synced 5d ago

READMEChangelog (10)Dependencies (29)Versions (51)Used By (0)

 [ ![](https://camo.githubusercontent.com/3596d91d5c4fedb1f48605d39a2d5e01f362226ee0263ce3dd5e976e567fa611/68747470733a2f2f7777772e71756572797068702e636f6d2f6865726f2d6f6c642e706e67) ](https://queryphp.com)

 [![Latest Stable Version](https://camo.githubusercontent.com/2951d2614e89ed856214460502bfc3c8256435e587ff2c0a0881c77fc2497ce1/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f68756e7a686977616e67652f71756572797068702e737667)](https://packagist.org/packages/hunzhiwange/queryphp) [![Minimum PHP Version](https://camo.githubusercontent.com/734c9e2de26ae59bee56b67ee2245def3824912ffa5f973fc24ce9beb6fb792d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d253345253344253230382e352e362d3838393242462e737667)](https://php.net) [![RoadRunner Version](https://camo.githubusercontent.com/abe76efd38103b395d6c746c7d5c249c946c81c64e4b277cd2ad203c601f9c4f/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f526f616452756e6e65722d2533453d76323032352e312e31342d627269676874677265656e2e737667)](https://github.com/spiral/roadrunner) [![Swoole Version](https://camo.githubusercontent.com/33e757628657bf389afdb06e73f2c71a568c3e868314865a72d60db90e883e44/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f53776f6f6c652d2533453d362e322e312d627269676874677265656e2e737667)](https://github.com/swoole/swoole-src) [ ![QueryPHP License](https://camo.githubusercontent.com/e95c44c659959d0c5b4b24b990c2c5b6f8809e4d988c92572461b1791d437263/68747470733a2f2f706f7365722e707567782e6f72672f68756e7a686977616e67652f71756572797068702f6c6963656e73652e737667)](http://opensource.org/licenses/MIT)
 [![QueryPHP Doc](https://camo.githubusercontent.com/ea1431167b522b88916c717b0bfe6348328a8662a684bb128f0b0bd6d22a20d5/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f646f63732d70617373696e672d677265656e2e7376673f6d61784167653d32353932303030)](https://www.queryphp.com/docs/) [![QueryPHP Style](https://camo.githubusercontent.com/53205bd6f876960f2116ec9c7bcbc3395824b2a6767cdc2b0037a7a267951467/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7374796c652d70617373696e672d677265656e2e7376673f6d61784167653d32353932303030)](https://github.com/hunzhiwange/queryphp/blob/master/.php-cs-fixer.dist.php) [ ![Build Status](https://github.com/hunzhiwange/queryphp/workflows/tests/badge.svg)](https://github.com/hunzhiwange/queryphp/actions) [ ![](https://camo.githubusercontent.com/6513be424cd3879bed3ab0f947c6ee46d8ccb9ee374db34df4c34c0a81c797ba/68747470733a2f2f636f6465636f762e696f2f67682f68756e7a686977616e67652f71756572797068702f6272616e63682f6d61737465722f67726170682f62616467652e7376673f746f6b656e3d44345756314943325233) ](https://codecov.io/gh/hunzhiwange/queryphp)

 [**The Core Framework**](https://github.com/hunzhiwange/framework)
 [ ![Build Status](https://github.com/hunzhiwange/framework/workflows/tests/badge.svg)](https://github.com/hunzhiwange/framework/actions) [ ![](https://camo.githubusercontent.com/2a279a1e4d5da6624d766985bbc363bf8efcbce9170a318025e2bd30c689e52f/68747470733a2f2f636f6465636f762e696f2f67682f68756e7a686977616e67652f6672616d65776f726b2f6272616e63682f6d61737465722f67726170682f62616467652e7376673f746f6b656e3d474d5756315839463754) ](https://codecov.io/gh/hunzhiwange/framework)

 [English](./README.md) | [中文](./README-zh-CN.md)

The QueryPHP Application
========================

[](#the-queryphp-application)

QueryPHP is a modern, high performance PHP progressive framework, to provide a stable and reliable high-quality enterprise level framework as its historical mission. **USE LEEVEL DO BETTER** **[And More Information...](MORE.md)**

- Site:
- China Mirror Site:
- Documentation:

Features
--------

[](#features)

- Production-ready
- [Simple high performance routing](https://www.queryphp.com/docs/router/)
- [Expressive template engine](https://www.queryphp.com/docs/template/)
- [Powerful ORM based on domain driven design](https://www.queryphp.com/docs/database/)
- High quality code and high coverage [unit testing](https://github.com/hunzhiwange/framework/tree/master/tests)

How to install
--------------

[](#how-to-install)

```
composer create-project hunzhiwange/queryphp myapp
php leevel server

```

### Go RoadRunner Server

[](#go-roadrunner-server)

```
/data/server/roadrunner/rr serve
/data/server/roadrunner/rr http:reset

```

License
-------

[](#license)

The QueryPHP framework is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).

###  Health Score

62

—

FairBetter than 99% of packages

Maintenance86

Actively maintained with recent releases

Popularity31

Limited adoption so far

Community21

Small or concentrated contributor base

Maturity93

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 99.7% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~57 days

Recently: every ~163 days

Total

49

Last Release

72d ago

Major Versions

1.1.x-dev → v2.0.22024-12-01

PHP version history (9 changes)v1.0.0-alpha.1PHP ^7.1.3

v1.0.0-beta.1PHP ^7.3.2

v1.0.0-rc.3PHP ^7.4.0

v1.0.0PHP ^7.4.0 || ^8.0

v1.1.0-alpha.1PHP ^8.0

v1.1.0-beta.3PHP &gt;=8.1

v1.1.45PHP &gt;=8.3

v2.0.2PHP &gt;=8.4.1

v2.1.2PHP &gt;=8.5.6

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/24961236?v=4)[魂之挽歌工作室](/maintainers/hunzhiwange)[@hunzhiwange](https://github.com/hunzhiwange)

---

Top Contributors

[![doyouhaobaby](https://avatars.githubusercontent.com/u/2012511?v=4)](https://github.com/doyouhaobaby "doyouhaobaby (2117 commits)")[![StyleCIBot](https://avatars.githubusercontent.com/u/11048387?v=4)](https://github.com/StyleCIBot "StyleCIBot (3 commits)")[![johnyan90](https://avatars.githubusercontent.com/u/19262898?v=4)](https://github.com/johnyan90 "johnyan90 (2 commits)")[![4n70w4](https://avatars.githubusercontent.com/u/38257723?v=4)](https://github.com/4n70w4 "4n70w4 (1 commits)")[![john-rsung](https://avatars.githubusercontent.com/u/22972517?v=4)](https://github.com/john-rsung "john-rsung (1 commits)")

---

Tags

frameworkleevelphpqueryphproadrunnerswoolephpframeworkswoolequeryphp

### Embed Badge

![Health badge](/badges/hunzhiwange-queryphp/health.svg)

```
[![Health](https://phpackages.com/badges/hunzhiwange-queryphp/health.svg)](https://phpackages.com/packages/hunzhiwange-queryphp)
```

###  Alternatives

[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.8M668](/packages/shopware-core)[shopware/platform

The Shopware e-commerce core

3.4k1.5M3](/packages/shopware-platform)[pimcore/pimcore

Content &amp; Product Management Framework (CMS/PIM/E-Commerce)

3.8k3.9M534](/packages/pimcore-pimcore)[laravel/framework

The Laravel Framework.

34.9k556.2M21.3k](/packages/laravel-framework)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9626.1k68](/packages/open-dxp-opendxp)[statamic/cms

The Statamic CMS Core Package

4.9k3.8M1.1k](/packages/statamic-cms)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
