mako / app
Mako Framework
Installs: 4 890
Dependents: 0
Suggesters: 0
Security: 0
Stars: 31
Watchers: 8
Forks: 9
Open Issues: 0
Requires
- php: >=8.1.0
- mako/framework: 10.0.*
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
- dev-master / 11.0.x-dev
- 10.0.x-dev
- 10.0.0
- 9.1.x-dev
- 9.1.0
- 9.0.x-dev
- 9.0.1
- 9.0.0
- 8.1.x-dev
- 8.1.0
- 8.0.x-dev
- 8.0.0
- 7.3.x-dev
- 7.3.0
- 7.2.x-dev
- 7.2.0
- 7.1.x-dev
- 7.1.0
- 7.0.x-dev
- 7.0.1
- 7.0.0
- 6.3.x-dev
- 6.3.0
- 6.2.x-dev
- 6.2.0
- 6.1.x-dev
- 6.1.0
- 6.0.x-dev
- 6.0.1
- 6.0.0
- 5.7.x-dev
- 5.7.0
- 5.6.x-dev
- 5.6.0
- 5.5.x-dev
- 5.5.0
- 5.4.x-dev
- 5.4.0
- 5.3.x-dev
- 5.3.0
- 5.2.x-dev
- 5.2.1
- 5.2.0
- 5.1.x-dev
- 5.1.0
- 5.0.x-dev
- 5.0.3
- 5.0.2
- 5.0.1
- 5.0.0
- 4.5.x-dev
- 4.5.8
- 4.5.0
- 4.4.x-dev
- 4.4.1
- 4.4.0
- 4.3.x-dev
- 4.3.0
- 4.2.x-dev
- 4.2.1
- 4.2.0
- 4.1.x-dev
- 4.1.3
- 4.1.2
- 4.1.1
- 4.1.0
- 4.0.x-dev
- 4.0.9
- 4.0.8
- 4.0.7
- 4.0.6
- 4.0.5
- 4.0.4
- 4.0.3
- 4.0.2
- 4.0.1
- 4.0.0
- 4.0.0-BETA4
- 4.0.0-BETA3
- 4.0.0-BETA2
- 4.0.0-BETA-1
- 3.6.x-dev
- 3.6.2
- 3.6.1
- 3.6.0
- 3.5.x-dev
- 3.5.1
- 3.5.0
This package is auto-updated.
Last update: 2024-10-06 22:10: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]