PHPackages                             deimos/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. deimos/router

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

deimos/router
=============

Deimos Router.

1.0.4(9y ago)08.7k↑2900%2MITPHP

Since Dec 28Pushed 9y ago1 watchersCompare

[ Source](https://github.com/DeimosProject/Router)[ Packagist](https://packagist.org/packages/deimos/router)[ Docs](https://github.com/REZ1DENT3/DeimosRouter)[ RSS](/packages/deimos-router/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (7)Dependencies (4)Versions (25)Used By (2)

DeimosRouter
============

[](#deimosrouter)

[![Latest Stable Version](https://camo.githubusercontent.com/d055a168a541481766afd91e17d802c3cab594916e158cb0b959bc43a0ccd3c3/68747470733a2f2f706f7365722e707567782e6f72672f6465696d6f732f726f757465722f762f737461626c65)](https://packagist.org/packages/deimos/router)[![Total Downloads](https://camo.githubusercontent.com/dbbe6c64fbcc225c4028c4afab3b93c5d1971a4dc4d520887ea59b199993f279/68747470733a2f2f706f7365722e707567782e6f72672f6465696d6f732f726f757465722f646f776e6c6f616473)](https://packagist.org/packages/deimos/router)[![Latest Unstable Version](https://camo.githubusercontent.com/7130ccf1977113c19e7c8b0485b7d35f37cf9ac7fc650e26cfcd306142736a13/68747470733a2f2f706f7365722e707567782e6f72672f6465696d6f732f726f757465722f762f756e737461626c65)](https://packagist.org/packages/deimos/router)[![License](https://camo.githubusercontent.com/ec5d6a03bd8da4b86727e658052bbffd27b34d7d06dff3ffb7f47389042e7cb3/68747470733a2f2f706f7365722e707567782e6f72672f6465696d6f732f726f757465722f6c6963656e7365)](https://packagist.org/packages/deimos/router)

[![Scrutinizer Code Quality](https://camo.githubusercontent.com/3be8ee576f0f425a7e7a778c8af0f91a4c2cc34b1ec11d8d8281c6a8dc6e6c85/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f4465696d6f7350726f6a6563742f526f757465722f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/DeimosProject/Router/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/a5c72928ebf7847c19a8548d586e38fc69ab93f7a90650c4c0d2ee612fa3b7a1/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f4465696d6f7350726f6a6563742f526f757465722f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/DeimosProject/Router/?branch=master)[![Build Status](https://camo.githubusercontent.com/d3ac470d837b5dacd35a32d1af7e036e22121e6256e5a7896d1d9c1431a28b37/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f4465696d6f7350726f6a6563742f526f757465722f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/DeimosProject/Router/build-status/master)

Here is a quick demo:

```
$helper  = new \Deimos\Helper\Helper();
$slice  = new \Deimos\Slice\Slice($helper, [
  'default' => [
    'type' => 'pattern',
    'path' => '/demo'
  ]
]);
$router = new \Deimos\Router\Router($slice);

var_dump($router->getCurrentRoute());
```

###  Health Score

35

—

LowBetter than 79% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity73

Established project with proven stability

 Bus Factor1

Top contributor holds 94% 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 ~4 days

Total

24

Last Release

3315d ago

Major Versions

0.1.3.4 → 1.0.02017-04-07

### Community

Maintainers

![](https://www.gravatar.com/avatar/266f28651b740a279e636ef42fadcc7d72941c7a4bf9a29c4fd62c72476f0c0e?d=identicon)[REZ1DENT3](/maintainers/REZ1DENT3)

---

Top Contributors

[![rez1dent3](https://avatars.githubusercontent.com/u/5111255?v=4)](https://github.com/rez1dent3 "rez1dent3 (78 commits)")[![scrutinizer-auto-fixer](https://avatars.githubusercontent.com/u/6253494?v=4)](https://github.com/scrutinizer-auto-fixer "scrutinizer-auto-fixer (3 commits)")[![1271](https://avatars.githubusercontent.com/u/1452243?v=4)](https://github.com/1271 "1271 (2 commits)")

---

Tags

deimoslibraryrouterouterrouterdeimos

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[bramus/router

A lightweight and simple object oriented PHP Router

1.1k458.8k49](/packages/bramus-router)[izniburak/laravel-auto-routes

Auto Route Generating (Auto-Discovery) Package for Laravel

23645.3k](/packages/izniburak-laravel-auto-routes)[proai/lumen-annotations

Route and event binding annotations for Laravel Lumen

1012.4k](/packages/proai-lumen-annotations)[miranj/craft-router

Use URL segments as filtering criteria on an entry query.

231.6k](/packages/miranj-craft-router)

PHPackages © 2026

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