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
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.