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.
- Host: GitHub
- URL: https://github.com/0xearl/php-mvc
- Owner: 0xearl
- Created: 2021-01-23T21:05:49.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-09T16:16:19.000Z (about 1 year ago)
- Last Synced: 2024-04-16T05:04:33.903Z (about 1 year ago)
- Topics: mvc-framework, mvc-pattern, php, php-framework, php8
- Language: PHP
- Homepage:
- Size: 60.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```