celyes / simple-mvc

A minimal and simple MVC layer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

* Abandoned project *

Simple MVC framework (WIP)

The most basic and simple PHP MVC framework

requirements

  • PHP 7.4 or higher

getting started

clone the repo:

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

start the server:

php -S localhost:8080 

navigate to http://localhost:8080

About

A minimal and simple MVC layer


Languages

Language:PHP 86.7%Language:Hack 6.6%Language:Dockerfile 6.1%Language:CSS 0.7%