PHPackages                             epii/route - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. epii/route

ActiveLibrary[HTTP &amp; Networking](/categories/http)

epii/route
==========

一个超级简单的php route。

0.0.3(6y ago)040MITPHPPHP &gt;=5.6

Since Jan 8Pushed 6y ago1 watchersCompare

[ Source](https://github.com/epaii/epii-php-route)[ Packagist](https://packagist.org/packages/epii/route)[ RSS](/packages/epii-route/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (3)DependenciesVersions (4)Used By (0)

install

```
{
    "require": {
        "epii/route": ">=0.0.1"
    }
}
```

```
Route::get("/test", function () {

});

Route::get("/test","class@method");

Route::get("/{id}:(\\d+)", function ($name) {
    var_dump($name);
});

Route::get("/:(.*?\\.html)", function ($m) {
    var_dump($m);
});

Route::delete("/book/{id}:(\\d+)", "class@delete");
```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

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

Total

3

Last Release

2304d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6fe8c6a6a5b64efc9fcda02b7fe3b660d0da22ea26ea627cbba9e5466779198c?d=identicon)[epii](/maintainers/epii)

---

Top Contributors

[![epaii](https://avatars.githubusercontent.com/u/15167976?v=4)](https://github.com/epaii "epaii (4 commits)")

### Embed Badge

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

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

###  Alternatives

[php-http/cache-plugin

PSR-6 Cache plugin for HTTPlug

25126.1M82](/packages/php-http-cache-plugin)[illuminate/http

The Illuminate Http package.

11937.9M6.9k](/packages/illuminate-http)[rdkafka/rdkafka

A PHP extension for Kafka

2.2k24.3k1](/packages/rdkafka-rdkafka)[httpsoft/http-message

Strict and fast implementation of PSR-7 and PSR-17

87965.9k114](/packages/httpsoft-http-message)[mezzio/mezzio-router

Router subcomponent for Mezzio

265.4M90](/packages/mezzio-mezzio-router)[serpapi/google-search-results-php

Get Google, Bing, Baidu, Ebay, Yahoo, Yandex, Home depot, Naver, Apple, Duckduckgo, Youtube search results via SerpApi.com

69127.2k](/packages/serpapi-google-search-results-php)

PHPackages © 2026

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