An open API service indexing awesome lists of open source software.

https://github.com/mako-framework/app

Mako skeleton application.
https://github.com/mako-framework/app

framework mako-framework php

Last synced: 3 months ago
JSON representation

Mako skeleton application.

Awesome Lists containing this project

README

          

# Mako Framework

Mako is a lightweight and easy to use PHP framework.

Check out the [documentation](http://makoframework.com/docs) 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](https://packagist.org):

```
composer create-project mako/app [project-name]
```