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

https://github.com/0xearl/php-mvc

A PHP-MVC Framework made solely for education purposes.
https://github.com/0xearl/php-mvc

mvc-framework mvc-pattern php php-framework php8

Last synced: 3 months ago
JSON representation

A PHP-MVC Framework made solely for education purposes.

Awesome Lists containing this project

README

        

# Php-Mvc
A Framework I Wrote By Understanding how MVC Pattern Works With PHP.

**This is not a fully pledged framework to be used in public. This is only for learning purposes.**

# Command to start
```bash
php -S localhost:8080
```