quantum / project
Quantum Project
3.0.3
2026-07-10 14:33 UTC
Requires
- php: ^8.0
- bluemmb/faker-picsum-photos-provider: ^2.0
- fakerphp/faker: ^1.15
- ottaviano/faker-gravatar: ^0.3.0
- quantum/framework: ^3.0.3
- symfony/process: ^5.4
- symfony/yaml: ^5.4.52
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.94
- mockery/mockery: ^1.2
- phpstan/phpstan: ^2.1
- phpunit/phpunit: ^9.0
- rector/rector: ^2.3
Suggests
None
Provides
None
Conflicts
None
Replaces
None
- dev-master
- 3.0.3
- 3.0.0
- 2.9.9
- 2.9.8
- 2.9.7
- 2.9.6
- 2.9.5
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.0
- 2.2.0
- 2.1.0
- 2.0.0
- 2.0.0-rc
- 1.9.15
- 1.9.11
- 1.9.10
- 1.9.9
- 1.9.8
- 1.9.5
- 1.9.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.5
- 1.5.0
- 1.0.0
- dev-armanist-patch-6
- dev-ai-findings-autofix/shared-Transformers-PostTransformer.php
- dev-armanist-patch-5
- dev-armanist-patch-4
- dev-armanist-patch-3
- dev-armanist-patch-2
- dev-armanist-patch-1
This package is auto-updated.
Last update: 2026-09-16 10:08:55 UTC
README
Quantum PHP Framework
An extremely simple yet powerful next-generation PHP framework that turns your ideas into real projects with ease.
Features
Installation
Requirements: PHP 8.0 or newer.
1. Create new project
composer create-project quantum/project [your-project-name]
2. Run the server from your project directory
php qt serve