https://github.com/farisc0de/php_framework
Simple PHP MVC Framework
https://github.com/farisc0de/php_framework
Last synced: 10 months ago
JSON representation
Simple PHP MVC Framework
- Host: GitHub
- URL: https://github.com/farisc0de/php_framework
- Owner: farisc0de
- License: mit
- Created: 2021-02-26T02:57:15.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-04-24T07:01:04.000Z (about 2 years ago)
- Last Synced: 2024-11-08T08:34:35.114Z (over 1 year ago)
- Language: PHP
- Size: 28.3 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Welcome to the PHP MVC Framework
This is a simple MVC framework for building web applications in PHP. It's free and [open-source](LICENSE).
It is an enhanced version of the one created for the [Write PHP Like a Pro: Build an MVC Framework from Scratch](https://davehollingworth.com/go/phpmvc/) course.