Skip to content

artem-dev2/quantum-framework-php

 
 

Repository files navigation

Quantum PHP Framework (project)

Build Status GitHub Scrutinizer code quality Packagist Version

Very fast and extremely simple, next generation PHP MVC framework with modular structure, which allows you to create projects of any complexity.

Installation

1. Create project

composer create-project quantum/project {project-name}

2. Run built-in PHP server

$ php -S localhost:8080 -t {project-name}/public

Learn More

Releases

No releases published

Packages

No packages published

Languages

  • PHP 91.5%
  • CSS 6.6%
  • Hack 1.5%
  • Other 0.4%