quantum / project
Quantum Project
Installs: 125
Dependents: 0
Suggesters: 0
Security: 0
Stars: 25
Watchers: 6
Forks: 7
Open Issues: 0
Type:project
Requires
- quantum/framework: ^2.1.0
Requires (Dev)
- mockery/mockery: ^1.2
- phpunit/phpunit: ^8.0
README
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