Skip to content

aramgyulnazaryan/quantum-core

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Note: This repository contains the core code of the Quantum framework. If you want to start new application visit the main Quantum repository.

About Quantum Framework

Quantum is very fast and extremely lightweight next generation PHP MVC framework with modular structure, easy to start any kind of project.

Installation

Clone or download from this repository.

We recommend to use Composer to install Quantum and all required dependencies.

Clone from repository

$ git clone https://github.com/softberg/quantum-framework-php.git myproject

Step in to your project directory

$ cd myproject

Install Quantum framework core and other dependencies

$ composer require quantum/framework

Now step in to public directory inside your project directory

$ cd public

Run built-in PHP server

$ php -S localhost:8080

Learn More

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%