quantum / framework
The Quantum PHP Framework
2.9.5
2025-03-01 16:53 UTC
Requires
- php: >=7.3
- ext-bcmath: *
- ext-curl: *
- ext-fileinfo: *
- ext-json: *
- ext-openssl: *
- ext-pdo: *
- ext-simplexml: *
- dflydev/dot-access-data: ^3.0
- doctrine/annotations: ^2.0
- firebase/php-jwt: ^6.0
- gumlet/php-image-resize: ^2.0
- j4mie/paris: ^1.5
- laminas/laminas-text: ^2.9
- php-curl-class/php-curl-class: ^9.0
- php-debugbar/php-debugbar: ^1.23
- phpmailer/phpmailer: ^6.0
- psr/log: ^1.1
- psr/simple-cache: ^1.0
- rakibtg/sleekdb: ^2.13
- swagger-api/swagger-ui: ^4.14
- symfony/console: ^4.3
- symfony/var-dumper: ^4.2
- symfony/var-exporter: ^5.2
- twig/twig: ^2.7
- vaibhavpandeyvpz/phemail: ^1.1
- vlucas/phpdotenv: ^4.2
- voku/html-min: ^4.5
- zircote/swagger-php: ~4.4
Requires (Dev)
- mikey179/vfsstream: ^1.6
- mockery/mockery: ^1.4
- phpunit/phpunit: ^9.0
Suggests
- ext-dom: Required for XML/HTML processing
- ext-memcached: Required for Memcached support
- ext-redis: Required for Redis support
- ext-zip: Required for ZIP file handling
README
Quantum PHP Framework
An extremely simple yet powerful next-generation PHP framework that turns your ideas into real projects with ease.
Features
Installation
1. Create new project
composer create-project quantum/project [your-project-name]
2. Run the server from your project directory
php qt serve
Quick Demo
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.