PHPackages                             vivid-lamp/pipe-skeleton - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. vivid-lamp/pipe-skeleton

ActiveProject[Utility &amp; Helpers](/categories/utility)

vivid-lamp/pipe-skeleton
========================

v2.0.1(1y ago)012PHPPHP ^8.2

Since Sep 17Pushed 1y agoCompare

[ Source](https://github.com/vivid-lamp/pipe-skeleton)[ Packagist](https://packagist.org/packages/vivid-lamp/pipe-skeleton)[ RSS](/packages/vivid-lamp-pipe-skeleton/feed)WikiDiscussions v2.x Synced today

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

基于 PSR-15 的简易 PHP 框架
====================

[](#基于-psr-15-的简易-php-框架)

### 1. 安装

[](#1-安装)

```
composer create-project vivid-lamp/pipe-skeleton
```

### 2. 说明

[](#2-说明)

本框架在入口文件处将 4 个基本中间件加入中间件队列，调用 run 方法会执行中间件。

```
(function () {
    require_once __DIR__ . '/../vendor/autoload.php';

    $app = new App(__DIR__ . '/../');

    $app->pipe(ExceptionHandlerMiddleware::class);

    $app->pipe(InitializeMiddleware::class);

    $app->pipe(RouteMiddleware::class);

    $app->pipe(RouteMissedMiddleware::class);

    $app->run();
})();
```

你可以加入任何自己需要的中间件，也可以修改框架自带的中间件。如果你愿意，可以修改框架中的任何代码。

### 3. 特点

[](#3-特点)

简单，直观。可以清楚地知道框架的生命周期，并根据自己的需要轻松地调整它。

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity69

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 ~149 days

Recently: every ~286 days

Total

9

Last Release

554d ago

Major Versions

v1.x-dev → v2.0.12024-12-25

PHP version history (2 changes)v1.0.0PHP ^7.3

v2.0.1PHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/7a66bd10c77f671846b14ed201850faa9c65040a24d015bb127429e7303de9b6?d=identicon)[vivid-lamp](/maintainers/vivid-lamp)

---

Top Contributors

[![vivid-lamp](https://avatars.githubusercontent.com/u/42366916?v=4)](https://github.com/vivid-lamp "vivid-lamp (21 commits)")

### Embed Badge

![Health badge](/badges/vivid-lamp-pipe-skeleton/health.svg)

```
[![Health](https://phpackages.com/badges/vivid-lamp-pipe-skeleton/health.svg)](https://phpackages.com/packages/vivid-lamp-pipe-skeleton)
```

###  Alternatives

[ccxt/ccxt

A cryptocurrency trading API with more than 100 exchanges in JavaScript / TypeScript / Python / C# / PHP / Go

43.2k341.0k1](/packages/ccxt-ccxt)[cakephp/cakephp

The CakePHP framework

8.9k19.5M1.8k](/packages/cakephp-cakephp)[flarum/core

Delightfully simple forum software.

201.4M2.3k](/packages/flarum-core)[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[illuminate/events

The Illuminate Events package.

13557.0M2.1k](/packages/illuminate-events)[illuminate/broadcasting

The Illuminate Broadcasting package.

7127.2M208](/packages/illuminate-broadcasting)

PHPackages © 2026

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