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
This package is auto-updated.
Last update: 2026-07-13 11:34:38 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