MiniMVC – PHP Mini Framework & CRUD Code Generator (Miscellaneous)

I’m often asked about how to create an extremely simple MVC for small projects which don’t require a massive framework, like Yii, CodeIgniter or CakePHP.

It’s important for me to note that I’m not advocating that you shouldn’t use large frameworks. They absolutely have their places, and I use them often. That said, there are definitely times when they can be overkill for smaller projects. When your only requirement is code organization, it’s typically better to scrape together your own MVC.

MiniMVC was created to help you organize your code according to the MVC pattern. You need to know the basic about MVC pattern so that you can understand how MiniMVC work.

MiniMVC console is effort to get you up and running in PHP. It can create a fully functional(CRUD) application in just a few minutes.

Requirements:

  • Currently it supports MySql only
  • Fetching data using PHP PDO

Features:

  • Generate CRUD code via console
  • MVC Code organization
  • Auto Pagination
  • Customizable number of records per page
  • Twitter Bootstrap CSS Framework

DEMO:

Download MiniMVC – PHP Mini Framework & CRUD Code Generator (Miscellaneous)

Leave a Reply

Your email address will not be published. Required fields are marked *