Project

About Mahaut

Mahaut is an intentionally lightweight PHP framework project focused on clarity over magic.

The framework keeps the request lifecycle visible: a front controller boots the app, routes match the request, controllers prepare data, and views render HTML.

This repository is prepared as a compact open-source foundation. It can grow with middleware, tests, and package releases without hiding the core ideas.

Repository goal: keep the framework small, documented, and easy to inspect by humans and AI coding tools.