azulphp / framework
AzulPHP is a simple PHP framework.
v0.2.0
2025-06-14 17:56 UTC
Requires
- php: ^8.3
- ext-pdo: *
- ext-readline: *
- vlucas/phpdotenv: ^5.6
README
AzulPHP is a lightweight PHP framework designed for clean architecture, modular development, and fast application bootstrapping. It serves as the core of the AzulPHP ecosystem.
Features
- Minimal and fast
- MVC structure
- PSR-4 autoloading
- Middleware support
- Service container
- Request validation
- Command-line support
Installation
Install via Composer:
composer require azulphp/framework