/simple-mvc

A minimal and simple MVC layer

Primary LanguagePHP

Simple MVC framework (WIP)

the most basic and simple PHP MVC framework

notice: not ready for production yet.

requirements

  • PHP 7.0
  • MySQL database
  • SSH agent (to clone the repo)

getting started

clone the repo:

git clone git@github.com:celyes/mvc.git
cd mvc/

start the server:

php -S localhost:8888 

navigate to http://localhost:8888