Skip to content

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.

Requirements

In order to setup The Quantum framework on your server, make sure it meets to the following requirements

  1. PHP 5.6 and higher
  2. PDO PHP extension
  3. 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
Clone this wiki locally