A hand-built PHP 8.4 MVC framework: attribute-based routing, PSR-7/PSR-15 HTTP layer, Eloquent-style ORM, Blade-like view engine, migrations, and a full CLI — with zero runtime dependencies.
Built from scratch as a portfolio piece and an ongoing exercise in modern PHP architecture. This is a work in progress.
- Foundation (container, facades, helpers)
- HTTP layer (PSR-7 / PSR-15)
- Attribute-based routing
- Middleware pipeline
- View engine
- Database / ORM / migrations
- Auth, validation, sessions
- Mail / storage
- Console CLI
- Demo app
- Tests & docs
- PHP 8.4 or newer
ext-mbstring(multibyte string extension)- Composer 2
Coming soon — will use composer create-project absolutetrash/framework.
Coming soon.
MIT © 2026 Mahdi Sadeghi