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

https://github.com/sbthdr/twentytwenty-mvc

Simple custom MVC framework in PHP
https://github.com/sbthdr/twentytwenty-mvc

mvc mvc-architecture php

Last synced: 3 months ago
JSON representation

Simple custom MVC framework in PHP

Awesome Lists containing this project

README

        

# TwentyTwenty-MVC

## About Repository

TwentyTwenty-MVC is a custom MVC framework in PHP.

## Tech Specification

- PHP 8

## Features

- Routing
- Models
- View
- Controller

## Installation

- `git clone https://github.com/SBTHDR/twentytwenty-mvc.git`
- `cd twentytwenty-mvc/`
- `composer install`

## License

[MIT license](https://opensource.org/licenses/MIT).