mako / app
Mako Framework
12.1.0
2026-02-20 20:39 UTC
Requires
- php: >=8.5.0
- mako/framework: ^12.1
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-05-28 18:46:10 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]