Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/celyes/simple-mvc

A minimal and simple MVC layer
https://github.com/celyes/simple-mvc

framework mvc mvc-framework php php-mvc php74 php80

Last synced: 8 days ago
JSON representation

A minimal and simple MVC layer

Awesome Lists containing this project

README

        

## * 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:

```bash
git clone [email protected]:celyes/simple-mvc.git
cd simple-mvc/
```

start the server:

```php
php -S localhost:8080
```
navigate to http://localhost:8080