PHP-MVC

A minimal PHP MVC framework from scratch

View the Project on GitHub

PHP MVC

This is a minimal web MVC framework written in PHP from scratch. It is for demonstration purpose only. It is not efficient, secured or ready for use in production.

How to Use

Sample Project

A simple blog system is available on the example branch of this repository. It supports basic user sign up/login/log out. It also supports posting blogs.

Acknowledgments

The following frameworks and/or resources are being used:

The idea is inspired by the following work:

Licence

This repository is under GNU General Public Licence 3.0.

You have the freedom to distribute copies of any content within this repository, if and only if, under the same licence. In other words, you must make sure that these copies are also free and open source.

Also, anything provided here is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.