PHPackages                             peak/peak - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. peak/peak

ActiveProject[Framework](/categories/framework)

peak/peak
=========

Peak Application Base

4.1.2(6y ago)240MITPHPPHP &gt;=7.2CI failing

Since Feb 22Pushed 6y ago1 watchersCompare

[ Source](https://github.com/peakphp/peak)[ Packagist](https://packagist.org/packages/peak/peak)[ RSS](/packages/peak-peak/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (7)Dependencies (9)Versions (12)Used By (0)

Peak Application Skeleton
=========================

[](#peak-application-skeleton)

> **Note:** This repository contains an application skeleton for Peak framework. If you want only the framework core, visit the main [framework repository](https://github.com/peakphp/framework).

### What's inside ?

[](#whats-inside-)

This is a skeleton of an application, or if you prefer, an opiniated web application structure and stack coming with:

- Peak Framework (PSR-7, PSR-11 and PSR-15)
- A folder structure emphasizing on [clean architecture](https://blog.cleancoder.com/uncle-bob/2012/08/13/the-clean-architecture.html)
- Laravel Database
- Phinx Migration
- Zend Diactoros (PSR-7)
- Monolog
- Docker file &amp; docker-compose config

### Install via composer

[](#install-via-composer)

```
$ composer create-project peak/peak --prefer-dist

```

### Install manually

[](#install-manually)

Download

### Quick start with Docker

[](#quick-start-with-docker)

This project comes with a Docker configurations to help you start fast. What's included :

- PHP 7.3
- Nginx latest
- MYSQL 8
- Redis latest
- Composer install &amp; update
- Database migration
- Shell access

##### How to use it ?

[](#how-to-use-it-)

- Copy `.env.dist` to `.env`
- Install vendor with `$ docker-compose run composer-install`
- Start the web server with `$ docker-compose up app`
- Visit `http://localhost:8080` and voilà!
- Others docker commands:
    - `$ docker-compose run migration` for database migration
    - `$ docker-compose run shell` for entering in the container with shell bash
    - `$ docker-compose run climber` for using the CLI console application
    - `$ docker-compose up adminer` for running database web manager Adminer

Don't want to use docker? Just remove:

- `Dockerfile`
- `DockerfileShell`
- `docker-compose.yml`
- `/docker` folder

### Code generator

[](#code-generator)

$ docker-compose run climber codegen

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~76 days

Recently: every ~131 days

Total

10

Last Release

2365d ago

Major Versions

v2.27.0 → 3.0.x-dev2018-07-29

3.1.x-dev → 4.0.02019-06-25

PHP version history (3 changes)v2.25.0PHP &gt;=5.6.4

3.0.x-devPHP &gt;=7.1.3

4.0.0PHP &gt;=7.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1209308?v=4)[François Lajoie](/maintainers/1franck)[@1franck](https://github.com/1franck)

---

Top Contributors

[![1franck](https://avatars.githubusercontent.com/u/1209308?v=4)](https://github.com/1franck "1franck (234 commits)")

---

Tags

applicationboilerplate-applicationframeworkpeakframeworkapppeak

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/peak-peak/health.svg)

```
[![Health](https://phpackages.com/badges/peak-peak/health.svg)](https://phpackages.com/packages/peak-peak)
```

###  Alternatives

[laravel/framework

The Laravel Framework.

34.8k532.1M19.4k](/packages/laravel-framework)[psalm/plugin-laravel

Psalm plugin for Laravel

3345.1M337](/packages/psalm-plugin-laravel)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

45344.0k1](/packages/pressbooks-pressbooks)[duxweb/dux-lite

The lightweight framework based on slim php

161.0k9](/packages/duxweb-dux-lite)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
