azulphp/framework

AzulPHP is a simple PHP framework.

v0.2.0 2025-06-14 17:56 UTC

This package is auto-updated.

Last update: 2025-06-14 17:57:57 UTC


README

Latest Stable Version License

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