PHPackages                             xenin/route-manager - 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. xenin/route-manager

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

xenin/route-manager
===================

Simple REST API Route Manager

1.0.0(10y ago)020GPL-3.0PHPPHP &gt;=5.3.0

Since Mar 8Pushed 10y ago1 watchersCompare

[ Source](https://github.com/xenin/RouteManager)[ Packagist](https://packagist.org/packages/xenin/route-manager)[ Docs](https://github.com/xenin/RouteManager)[ RSS](/packages/xenin-route-manager/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

RouteManager
============

[](#routemanager)

A Simple REST API Route Manager for PHP. Create named routes for easy access to REST APIs. **RouteManager** will assemble and return complete route from pattern supplied.

### Basic Usage

[](#basic-usage)

```
// create instance
$xn = new \xenin\RouteManager('http://api-base-url');

// setup routes
$xn->add('user', '/user/{userID}/account');
$xn->add('message', '/user/{userID}/messages/{messageID}');

// get routes
$usrRoute = $xn->get('user', array('userID' => 'f445ea85'));
$msgRoute = $xn->get('message', array('userID' => 'f445ea85','messageID' => 42));
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

Unknown

Total

1

Last Release

3714d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/da1d562eb374c92b380d1757edad7d188e7e7673fd747097e99856484e2e7a0d?d=identicon)[xenin](/maintainers/xenin)

---

Top Contributors

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

---

Tags

phpapirestlibraryrestful

### Embed Badge

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

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

###  Alternatives

[ismaeltoe/osms

PHP library wrapper of the Orange SMS API.

4540.0k](/packages/ismaeltoe-osms)

PHPackages © 2026

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