# Premium PHP MVC Framework

A modern, professional PHP MVC framework with multi-role authentication, Twig templating, and professional routing.

## Features

- 🚀 **Modern MVC Architecture**
- 🔐 **Multi-role Authentication** (User, Moderator, Admin)
- 🎨 **Twig Templating Engine**
- 🛣 **Laravel-style Routing**
- 🗄 **PDO Database Abstraction**
- 🎭 **Role Switching** in navigation
- 📱 **Responsive Design** with Tailwind CSS
- 🔒 **Security Middleware**
- 📊 **Admin & Moderator Dashboards**

## Installation

1. **Extract** the package to your web server
2. **Run Composer**:
   ```bash
   composer install

   mysql -u root -p < setup.sql
   chmod -R 755 storage/

Default Accounts
Admin: admin@example.com / password

Moderator: moderator@example.com / password

User: user@example.com / password

Features Included:
✅ Complete MVC Framework with professional structure
✅ Multi-role Authentication (User, Moderator, Admin)
✅ Role Switching in navigation
✅ Professional Admin & Moderator Dashboards
✅ Laravel-style Routing with Bramus Router
✅ Twig Templating Engine
✅ PDO Database Abstraction
✅ Security Middleware and session management
✅ Responsive Design with Tailwind CSS
✅ User Management with suspension/activation
✅ Role Management interface
✅ Error Handling and validation
✅ RESTful API ready structure