PHPackages                             fifths/php-router - 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. fifths/php-router

ActiveLibrary

fifths/php-router
=================

016PHP

Since Jun 21Pushed 8y ago1 watchersCompare

[ Source](https://github.com/fifths/php-router)[ Packagist](https://packagist.org/packages/fifths/php-router)[ RSS](/packages/fifths-php-router/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

php-route
=========

[](#php-route)

nginx
-----

[](#nginx)

```
    location / {
        try_files $uri $uri/ /index.php?$query_string;
    }

```

```
    use \Router\Router;
    Router::get('/', function () {
        echo 'Hello world!';
    });
    Router::dispatch();
```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/49f757c592dc7b6d8f02c741712d1a08d01875e4ada853bbec66012398e171e3?d=identicon)[fifths](/maintainers/fifths)

---

Top Contributors

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

---

Tags

phprouter

### Embed Badge

![Health badge](/badges/fifths-php-router/health.svg)

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

PHPackages © 2026

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