You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Quantum is a free, open-source PHP web framework, specially designed to develop very fast web applications with modular structure.
Requirements
In order to setup The Quantum framework on your server, make sure it meets to the following requirements
PHP 5.6 and higher
PDO PHP extension
JSON PHP extension
Installation
The following few commands will install The Quantum framework and its dependencies on your machine
git clone https://github.com/softberg/quantum-framework-php.git myproject
cd myproject
composer require quantum/framework
cd public
php -S localhost:8080