mako / app
Mako Framework
12.2.0
2026-07-15 15:24 UTC
Requires
- php: >=8.5.0
- mako/framework: ^12.2
Suggests
- mako/open-api: Generate OpenAPI specifications and routes
- mako/repl: A runtime developer console, interactive debugger and REPL
- mako/sentry: Log exceptions and debug information to Sentry
- mako/toolbar: A debug toolbar
This package is auto-updated.
Last update: 2026-07-15 15:26:07 UTC
README
Mako is a lightweight and easy to use PHP framework.
Check out the documentation and create something awesome!
Requirements
The minimum requirements for Mako is PHP 8.1.0 or higher as well as ext-json and ext-mbstring.
Installation
Mako can be installed using a single command thanks to composer:
composer create-project mako/app [project-name]