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 1w 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 27% 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

2259d 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

[friendsofsymfony/rest-bundle

This Bundle provides various tools to rapidly develop RESTful API's with Symfony

2.8k73.3M319](/packages/friendsofsymfony-rest-bundle)[php-http/discovery

Finds and installs PSR-7, PSR-17, PSR-18 and HTTPlug implementations

1.3k309.5M1.2k](/packages/php-http-discovery)[pusher/pusher-php-server

Library for interacting with the Pusher REST API

1.5k94.8M293](/packages/pusher-pusher-php-server)[react/http

Event-driven, streaming HTTP client and server implementation for ReactPHP

78026.4M414](/packages/react-http)[php-http/curl-client

PSR-18 and HTTPlug Async client with cURL

48347.0M384](/packages/php-http-curl-client)[smi2/phpclickhouse

PHP ClickHouse Client

84310.1M71](/packages/smi2-phpclickhouse)

PHPackages © 2026

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