rubelmiah99999 / simple-mvc

A minimal and simple MVC layer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A minimal and simple MVC layer


Languages

Language:PHP 83.0%Language:Hack 12.3%Language:Dockerfile 4.3%Language:CSS 0.5%