PHPackages                             ppeco/routepp - 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. ppeco/routepp

ActiveLibrary[Framework](/categories/framework)

ppeco/routepp
=============

Simple library for route pages

1.2.2(4y ago)023MITPHPPHP ^8.0

Since Aug 7Pushed 4y ago1 watchersCompare

[ Source](https://github.com/ppeco/routepp)[ Packagist](https://packagist.org/packages/ppeco/routepp)[ RSS](/packages/ppeco-routepp/feed)WikiDiscussions main Synced today

READMEChangelog (8)DependenciesVersions (9)Used By (0)

RoutePP
=======

[](#routepp)

```
composer require ppeco/routepp
```

Simple library for route pages

Example
-------

[](#example)

```
use ppeco\router\Router;

Router::route("/", function() {
    return "Hello, world!";
});

Router::route("/user/(\d+)", function(array ...$data) {
    return "User #$data[1]";
});

Router::route("/simple", function() {
    return "This is simple pages";
});

echo "Page not found";
```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity62

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

Total

8

Last Release

1754d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6473733ff076c742881f59f82ffcbc817ed25ec0bc40a72d49630498f1fec03b?d=identicon)[levkopo](/maintainers/levkopo)

---

Top Contributors

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

---

Tags

php-routerppecorouter

### Embed Badge

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

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

###  Alternatives

[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k39.6M299](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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