peak / framework
The Peak Framework.
4.2.4
2020-06-28 14:01 UTC
Requires
- php: >=7.2
- psr/container: ^1.0
- psr/http-factory: ^1.0
- psr/http-message: ^1.0
- psr/http-server-handler: ^1.0
- psr/http-server-middleware: ^1.0
- psr/log: ^1.1
- psr/simple-cache: ^1.0
Requires (Dev)
- phpstan/phpstan: ^0.12
- phpunit/phpunit: ^8.5
- symfony/yaml: ^4.4
Suggests
- symfony/console: Required to use Peak\Bedrock\Cli\Application (^4.4).
- symfony/process: Required to use Peak\Bedrock\Cli\Application (^4.4).
- symfony/yaml: Required to parse yaml file with Peak\Config (^4.4).
- dev-master
- 5.0.x-dev
- 4.2.4
- 4.2.3
- 4.2.2
- 4.2.1
- 4.2.0
- 4.1.2
- 4.1.1
- 4.1.0
- 4.0.1
- 4.0.0
- 4.0.0-RC2
- 4.0.0-RC1
- 4.0.0-BETA5
- 4.0.0-BETA4
- 4.0.0-BETA3
- 4.0.0-BETA2
- 4.0.0-BETA1
- 3.1.x-dev
- v3.0
- 2.28.0.x-dev
- v2.27.0
- v2.26.0
- v2.25
- v2.24.0
- v2.23.2
- v2.23.1
- v2.23.0
- v2.22.0
- v2.21.0
- v2.20.1
- v2.20.0
- v2.19.0
- v2.18.1
- v2.18.0
- v2.17.0
- v2.16.0
- v2.15.0
- v2.14.0
- v2.13.0
- v2.12.0
- v2.11.0
- v2.10.0
- v2.9.0
- v2.8.0
- v2.7.0
- v2.6.0
- v2.5.0
- v2.4.0
- v2.3.0
- v2.2.0
- v2.1.5
- v2.1.4
- v2.1.3
- v2.1.2
- v2.1.1
- v2.1.0
- v2.0.12
- v2.0.11
- v2.0.10
- v2.0.9
- v2.0.8
- v2.0.7
- v2.0.6
- v2.0.5
- v2.0.4
- v2.0.3
- v2.0.2
- v2.0.1
- v2.0.0
This package is auto-updated.
Last update: 2024-10-29 00:11:41 UTC
README
Note: This repository contains the core code of the Peak framework. If you want an example on how to build an application using Peak, visit the main Peak repository.
What is Peak?
Peak is a powerful, minimalist and flexible micro-framework, middleware centric based on PSR-7, PSR-11 and PSR-15.
Installation
$ composer require peak/framework
Quick start project
Check https://github.com/peakphp/peak for a quick start project structure.