Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 445 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 445 Bytes

Mako Framework

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]