Note: This repository contains an application skeleton for Peak framework. If you want only the framework core, visit the main framework repository.
About Peak Framework v2.x
Requirements:
- PHP >= 5.6.4
- PDO PHP Extension
- Mbstring PHP Extension
- Tokenizer PHP Extension
Install via composer
composer create-project peakphp/peak --prefer-dist
Default application features:
- MVC structure
- Laravel Database
- Phinx for database migrations
Api
Api documentation here