-
Notifications
You must be signed in to change notification settings - Fork 0
ZaitouneMohamed/php-mvc-starter
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
# PHP MVC Starter A lightweight custom PHP MVC framework built from scratch, featuring: - Simple routing (GET & POST) - Controller and view separation - Basic validation with error handling - Minimal dependencies - Great for learning or small-scale applications --- ## 🚀 Getting Started ### Prerequisites - PHP 8.0 or higher - MySQL (optional, for database usage) - A local server (e.g. [XAMPP](https://www.apachefriends.org/) ....) ### Installation 1. **Clone the repository** ```bash git clone https://github.com/ZaitouneMohamed/php-mvc-starter.git cd php-mvc-starter
About
A lightweight custom PHP MVC framework with routing, controller support, basic validation, and view rendering. Ideal for learning or small-scale projects.