Monsoon Framework – A Lightweight, Secure, Rapid MVC PHP Framework

Monsoon Framework (monsoonphp.com) is a lightweight, secure and fast PHP framework designed for enterprise-level rapid application development (RAD) needs. It contains a folder structure that serves as placeholder to insert PHP code for your web application.

The framework is usefulĀ in creating a simple, fast and secure application quickly. It gives you an advantage to maintain Application code, API code as well as CLI based code in a single code repository. You can bring in your own composer libraries into this composer-ready framework.

Getting started is very easy with just 2 commands.

composer create-project monsoon/framework <my_project_name>
php -S localhost:8080 -t public/

Monsoon framework includes these conventions

  • PSR-1, PSR-2 and PSR-4
  • Model-View-Controller pattern
  • PDO (MySQL)
  • Composer
  • Docker
  • PHPUnit
  • PHPCS
  • PHPMD

The framework carries a MIT licence, which gives you a flexibility to use it in commercial projects. This is also an opensource framework intiated by Lightracers, giving more flexibility for developers to contribute.

Visit monsoonphp.com to know more about this new framework.