Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/celyes/simple-mvc
- Owner: celyes
- Archived: true
- Created: 2020-05-18T12:46:20.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-07T13:21:07.000Z (over 2 years ago)
- Last Synced: 2024-09-29T20:01:29.110Z (4 months ago)
- Topics: framework, mvc, mvc-framework, php, php-mvc, php74, php80
- Language: PHP
- Homepage:
- Size: 60.5 KB
- Stars: 15
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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