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
- Host: GitHub
- URL: https://github.com/sbthdr/twentytwenty-mvc
- Owner: SBTHDR
- Created: 2020-11-15T17:18:14.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-15T16:44:26.000Z (almost 4 years ago)
- Last Synced: 2025-01-06T20:30:09.407Z (5 months ago)
- Topics: mvc, mvc-architecture, php
- Language: PHP
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).