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.
- Host: GitHub
- URL: https://github.com/mako-framework/app
- Owner: mako-framework
- License: bsd-3-clause
- Created: 2013-05-31T19:47:29.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2025-02-19T19:33:36.000Z (about 1 year ago)
- Last Synced: 2025-03-30T21:11:14.475Z (12 months ago)
- Topics: framework, mako-framework, php
- Language: PHP
- Homepage:
- Size: 392 KB
- Stars: 30
- Watchers: 7
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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]
```