Note: This repository contains the core code of the Quantum framework. If you want to start new application visit the main Quantum repository.
Quantum is very fast and extremely lightweight next generation PHP MVC framework with modular structure, easy to start any kind of project.
Clone or download from this repository.
We recommend to use Composer to install Quantum and all required dependencies.
$ git clone https://github.com/softberg/quantum-framework-php.git myproject
$ cd myproject
$ composer require quantum/framework
$ cd public
$ php -S localhost:8080