quantum / framework
The Quantum PHP Framework
2.9.0
2024-11-01 17:05 UTC
Requires
- php: >=7.3
- ext-bcmath: *
- ext-curl: *
- ext-dom: *
- ext-fileinfo: *
- ext-json: *
- ext-openssl: *
- ext-pdo: *
- ext-simplexml: *
- ext-zip: *
- 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
- maximebf/debugbar: ^1.15
- php-curl-class/php-curl-class: ^9.0
- 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
- zircote/swagger-php: ~4.4
Requires (Dev)
- mikey179/vfsstream: ^1.6
- mockery/mockery: ^1.4
- phpunit/phpunit: ^9.0
- dev-master
- 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
- 1.9.44
- 1.9.33
- 1.9.22
- 1.9.19
- 1.9.12
- 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.4.0
- 1.3.0
- 1.2.0
- 1.1.0
- 1.0.0
- dev-armanist-patch-3
- dev-armanist-patch-2
- dev-armanist-patch-1
- dev-validator-library
- dev-Security_enhancements
- dev-Encryption
- dev-Encryption_library
- dev-Qt_Service_and_MVC_refactoring
- dev-session_major_refactoring
- dev-session_and_database_refactoring
- dev-cookie_refactoring
- dev-config_enhancments
- dev-qt_model_and_dbal_refactoring
- dev-database_and_model_refactoring
- dev-request_refactoring
- dev-awsome_routes
This package is auto-updated.
Last update: 2024-11-05 16:40: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
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.