Overview
A lightweight, modern PHP MVC framework with Blade-like templating, built-in authentication, powerful
CLI tools, and comprehensive timezone/locale support.
Key Features
- ✓ MVC Architecture - Clean separation of concerns
- ✓ PhpTemplate Engine - Blade-like syntax
(
@if, @foreach, {{ }})
- ✓ Component System - Reusable UI components with
<x-component>
- ✓ CLI Tool - Generate controllers, models, views,
and migrations
- ✓ Built-in Authentication - Login, register,
password reset
- ✓ CSRF Protection - Secure forms out of the box
- ✓ Multi-Database Support - MySQL and SQLite with
automatic setup
- ✓ Timezone & Locale - Automatic detection and
configuration
- ✓ Date Formatting - 5 comprehensive functions with
multi-language support
- ✓ Bootstrap 5 - Responsive design ready
Requirements
- PHP 8.0 or higher
- MySQL 5.7+ / MariaDB 10.2+ or SQLite 3.8+
- Composer
- Web server (Apache/Nginx) or Laravel Herd