Quantum

Quantum is a free, open-source PHP web framework, specially designed to develop very fast web applications with modular structure.

With Quantum it’s easy to start any kind of project, from regular websites to complex API based projects, at the same time keep the code clean, organized through all the development process.

Features

Quantum offers a number of useful features to help developers make full-featured web applications


MVC & HMVC

Initially designed to have modular hierarchical structure.

Small footprint

The core with project code itself is about 1.7 Mb.

Fast

Minimum bootstrapping, rendering and database manipulation cost.

PSR-4

Autoloading with Composer and PSR-4 Standards.

Easy configuration

In about basic 3 easy steps and the project is ready.

Well Documented

Every file, class or function clearly documented.

Getting started


  • Clone from repository
    Copy
    git clone https://github.com/softberg/quantum-framework-php.git myproject
                    
  • tep in to your project directory
    Copy
    cd myproject
                    
  • Install Quantum framework core and other dependencies
    Copy
    composer require quantum/framework
                    
  • Now step in to public directory inside your project directory
    Copy
    cd public
                    
  • Run built-in PHP server
    Copy
    php -S localhost:8080
                    
Now open the browser and type localhost:8080. If you see the screen bellow, your installation was successful.

What’s Included

Quantum comes with its own sets of functions as well as it uses other libraries (dependencies) to extend its power.