-
Notifications
You must be signed in to change notification settings - Fork 13
Overview
Arman edited this page Nov 10, 2018
·
2 revisions
Quantum is a free, open-source PHP web framework, specially designed to develop very fast web applications with modular structure.
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
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