We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
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