PHPackages                             quantum/framework - 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. quantum/framework

ActiveLibrary[Framework](/categories/framework)

quantum/framework
=================

The Quantum PHP Framework

3.0.0(2mo ago)393.3k↑78.8%22[23 issues](https://github.com/quantum-php/framework/issues)1MITPHPPHP ^7.4 || ^8.0CI passing

Since Sep 28Pushed 1mo ago7 watchersCompare

[ Source](https://github.com/quantum-php/framework)[ Packagist](https://packagist.org/packages/quantum/framework)[ Docs](https://quantumphp.io)[ RSS](/packages/quantum-framework/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (10)Dependencies (58)Versions (44)Used By (1)

 [ ![Quantum](https://camo.githubusercontent.com/af16b613bf1c15b157fcde70194747796eadff9a70256c7a23a462f48994b50a/68747470733a2f2f7175616e74756d7068702e696f2f6173736574732f696d672f7175616e74756d2d66617669636f6e2e706e67) ](https://quantumphp.io)

Quantum PHP Framework
=====================

[](#quantum-php-framework)

 An extremely simple yet powerful next-generation PHP framework that turns your ideas into real projects with ease.

 [ ![](https://github.com/quantum-php/framework/actions/workflows/php.yml/badge.svg) ](https://github.com/quantum-php/framework/actions/workflows/php.yml) [ ![](https://camo.githubusercontent.com/e7bbcc54715285ab27285ee5c0b390caff07fa42a3ec8524b4a4b9f810c9afb6/68747470733a2f2f636f6465636f762e696f2f67682f7175616e74756d2d7068702f6672616d65776f726b2f6272616e63682f6d61737465722f67726170682f62616467652e737667) ](https://codecov.io/gh/quantum-php/framework) [ ![](https://camo.githubusercontent.com/fb41eacaa9e286db33a5d3172729fdf3f070fa9e1ba60232018ae6f94b7cfe30/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7175616e74756d2d7068702f6672616d65776f726b2f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572) ](https://scrutinizer-ci.com/g/quantum-php/framework) [ ![](https://camo.githubusercontent.com/64b1c176671b88feb3ce8c59fe6010e29093f49b7b1c07f2a4cfac783a85c75c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f7175616e74756d2d7068702f6672616d65776f726b) ](https://github.com/quantum-php/framework/blob/master/LICENSE) [ ![](https://camo.githubusercontent.com/ed52823f2c948bea227de170b0de6fbb57087ee89cc8cd1566697809e8ad72c3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7175616e74756d2f6672616d65776f726b) ](https://packagist.org/packages/quantum/framework)

Features
--------

[](#features)

[![Quantum](https://camo.githubusercontent.com/b38fd91e129c0dfd5f8f47aaf5658188b8960c7b80a8fb2e286b943b46b7652f/68747470733a2f2f7175616e74756d7068702e696f2f6173736574732f696d672f66656174757265732e706e67)](https://camo.githubusercontent.com/b38fd91e129c0dfd5f8f47aaf5658188b8960c7b80a8fb2e286b943b46b7652f/68747470733a2f2f7175616e74756d7068702e696f2f6173736574732f696d672f66656174757265732e706e67)

Requirements
------------

[](#requirements)

- PHP 8.0 or later

The HTML renderer is available by default and does not require Twig. Twig rendering remains supported as an optional integration. Install a currently supported Twig release separately before selecting the `twig` renderer:

```
composer require twig/twig:^3.27
```

Twig 3.27 and later require PHP 8.1. Applications that must remain on PHP 8.0 should use the default HTML renderer.

Installation
------------

[](#installation)

###  1. Create new project

[](#-1-create-new-project-)

```
composer create-project quantum/project [your-project-name]
```

### 2. Run the server from your project directory

[](#2-run-the-server-from-your-project-directory)

```
php qt serve
```

Quick Demo
----------

[](#quick-demo)

[![](https://camo.githubusercontent.com/a6f66ad6c8298725ca8de31dce6c79f6ed738fc89b2181b23e07de9c48015a60/68747470733a2f2f7175616e74756d7068702e696f2f6173736574732f696d672f71745f64656d6f2e676966)](https://camo.githubusercontent.com/a6f66ad6c8298725ca8de31dce6c79f6ed738fc89b2181b23e07de9c48015a60/68747470733a2f2f7175616e74756d7068702e696f2f6173736574732f696d672f71745f64656d6f2e676966)

> **Note:** This repository contains the core code of the Quantum framework. If you want to start a new project visit the main [Quantum PHP Project repository](https://github.com/quantum-php/project).

Give it a star if you like the project
--------------------------------------

[](#give-it-a-star-if-you-like-the-project)

[![](https://camo.githubusercontent.com/d441c402983a6e26b17c028b957579da0c72591a17b0f16b2ad0b254bbb612e4/68747470733a2f2f692e696d6775722e636f6d2f596159356172682e676966)](https://camo.githubusercontent.com/d441c402983a6e26b17c028b957579da0c72591a17b0f16b2ad0b254bbb612e4/68747470733a2f2f692e696d6775722e636f6d2f596159356172682e676966)

Learn More
----------

[](#learn-more)

- [Website](https://quantumphp.io/)

Contributing
------------

[](#contributing)

We welcome contributions! Please read our [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines on how to contribute to Quantum PHP, including setup instructions, coding standards, and the development workflow. Please also review our [Code of Conduct](CODE_OF_CONDUCT.md).

License
-------

[](#license)

Quantum PHP is licensed under the [MIT License](https://github.com/quantum-php/framework/blob/master/LICENSE). See the LICENSE file for more details.

###  Health Score

59

—

FairBetter than 98% of packages

Maintenance79

Regular maintenance activity

Popularity36

Limited adoption so far

Community31

Small or concentrated contributor base

Maturity80

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 78.9% 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 ~73 days

Recently: every ~84 days

Total

39

Last Release

70d ago

Major Versions

1.9.44 → 2.0.02020-09-16

2.9.9 → 3.0.0-rc.12026-05-15

PHP version history (7 changes)1.0.0PHP &gt;=5.5.3

1.3.0PHP &gt;=5.6

1.5.0PHP &gt;=7.0

1.5.5PHP &gt;=7.1.3

1.8.0PHP &gt;=7.2

2.6.0PHP &gt;=7.3

3.0.0-rc.1PHP ^7.4 || ^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/407448?v=4)[ArmaX](/maintainers/armanist)[@armanist](https://github.com/armanist)

![](https://www.gravatar.com/avatar/ece53eb045699c61e39db1a49844a8e4ccb14beb7ede3d88138feb4137c4231c?d=identicon)[softberg](/maintainers/softberg)

---

Top Contributors

[![armanist](https://avatars.githubusercontent.com/u/407448?v=4)](https://github.com/armanist "armanist (1533 commits)")[![artem-dev2](https://avatars.githubusercontent.com/u/8225701?v=4)](https://github.com/artem-dev2 "artem-dev2 (87 commits)")[![hatik92](https://avatars.githubusercontent.com/u/44347638?v=4)](https://github.com/hatik92 "hatik92 (62 commits)")[![Vahram1995](https://avatars.githubusercontent.com/u/85585123?v=4)](https://github.com/Vahram1995 "Vahram1995 (53 commits)")[![aramgyulnazaryan](https://avatars.githubusercontent.com/u/19376722?v=4)](https://github.com/aramgyulnazaryan "aramgyulnazaryan (53 commits)")[![Arno2005](https://avatars.githubusercontent.com/u/82264574?v=4)](https://github.com/Arno2005 "Arno2005 (43 commits)")[![live-soft](https://avatars.githubusercontent.com/u/78202895?v=4)](https://github.com/live-soft "live-soft (29 commits)")[![Wiltzsu](https://avatars.githubusercontent.com/u/105991606?v=4)](https://github.com/Wiltzsu "Wiltzsu (18 commits)")[![andrey-smaelov](https://avatars.githubusercontent.com/u/14246882?v=4)](https://github.com/andrey-smaelov "andrey-smaelov (18 commits)")[![ManukyanArtak](https://avatars.githubusercontent.com/u/77612322?v=4)](https://github.com/ManukyanArtak "ManukyanArtak (12 commits)")[![grigoryanmartin20](https://avatars.githubusercontent.com/u/47328633?v=4)](https://github.com/grigoryanmartin20 "grigoryanmartin20 (9 commits)")[![ematrito](https://avatars.githubusercontent.com/u/129194906?v=4)](https://github.com/ematrito "ematrito (7 commits)")[![charoyan88](https://avatars.githubusercontent.com/u/12574159?v=4)](https://github.com/charoyan88 "charoyan88 (7 commits)")[![emikayelyan](https://avatars.githubusercontent.com/u/54715147?v=4)](https://github.com/emikayelyan "emikayelyan (6 commits)")[![Tigranuhi-A](https://avatars.githubusercontent.com/u/114356625?v=4)](https://github.com/Tigranuhi-A "Tigranuhi-A (3 commits)")[![abasslab](https://avatars.githubusercontent.com/u/94876339?v=4)](https://github.com/abasslab "abasslab (1 commits)")[![annaohanesyan](https://avatars.githubusercontent.com/u/81950605?v=4)](https://github.com/annaohanesyan "annaohanesyan (1 commits)")

---

Tags

commandscoreframeworkhooksmigrationsmvcphpquantumphpframeworkquantum

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan, Rector

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/quantum-framework/health.svg)

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

###  Alternatives

[laravel/framework

The Laravel Framework.

34.9k556.2M21.0k](/packages/laravel-framework)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

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

The Shopware e-commerce core

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

The PHP framework that gets out of your way.

2.3k37.6k19](/packages/tempest-framework)[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.7k39.6k](/packages/matomo-matomo)[oro/platform

Business Application Platform (BAP)

645146.3k117](/packages/oro-platform)

PHPackages © 2026

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