Clear MVC
Controllers, models, PHP views, and partials with no hidden magic.
PHPAML brings the familiar structure of Java EE and ASP.NET to a readable, autonomous MVC mini-framework that is quick to learn.
Windows x64 · macOS ARM64 · Linux x64
$ aml create my-project
✓ Official template verified
$ cd my-project && aml install
✓ PHPAML installed in aml_env
$ aml doctor
✓ 13 checks passed
$ aml serve
→ http://localhost:8000An architecture you already understand
An explicit request lifecycle, separated responsibilities, and stable folder conventions. You always know where to look.
Essential and complete
Controllers, models, PHP views, and partials with no hidden magic.
Dynamic parameters, named routes, and per-route middleware.
A lightweight container automatically resolves typed dependencies.
PDO, minimal QueryBuilder, and transactional migrations.
CSRF, sessions, validation, escaping, and secure headers.
Private PHP 8.4 and Composer runtimes, built-in diagnostics and updates.
Ready to build?
aml create.