Popularity
1.8
Growing
Activity
6.2
-
30
7
12

Description

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

Monthly Downloads: 0
Programming language: PHP
License: MIT License
Tags: Frameworks     API     Web Applications     PHP7     Framework     MVC     Web     Quantum    
Latest version: v2.0.0

Quantum PHP Framework (core) alternatives and similar libraries

Based on the "Frameworks" category.
Alternatively, view Quantum PHP Framework (core) alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Quantum PHP Framework (core) or a related project?

Add another 'Frameworks' Library

README

Quantum PHP Framework

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

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


*Note that all licence references and agreements mentioned in the Quantum PHP Framework (core) README section above are relevant to that project's source code only.