Monsoon PHP is an open-source and free PHP web framework that assists developers in creating a secure application rapidly. You can maintain your Application’s code, as well as your REST API and CLI based scripts in a single codebase with Monsoon.
Get Started – Visit GitHub Repository
Monsoon is the framework for you, if
- you love core PHP and simple (H)MVC
- you love HTML in view files, not any template engines
- you love plain SQL queries in the models, not just objects
- you love automatic routing in your application, not a big list of routing rules
- you want to cut down the execution cycle rapidly without some hidden surprises
- you need a light-weight and secure structure, not an extra-terrestrial folder structure
Conventions
- PSR-1, PSR-2, and PSR-4
- Model-View-Controller pattern
- PDO (MySQL)
- Composer
- Docker
- PHPUnit
- PHPCS
- PHPMD