azulphp / framework
AzulPHP is a simple PHP framework.
Installs: 14
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/azulphp/framework
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