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

ActiveLibrary

ecxod/router
============

Langweilige Router für das Ecxod Projekt

1.0.5(1y ago)121MITPHPPHP ^7.2|^7.4|^8.0|^8.2

Since Jul 30Pushed 1y ago1 watchersCompare

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

READMEChangelog (1)Dependencies (1)Versions (5)Used By (0)

router
======

[](#router)

Router for Ecxod Projects

```
php composer.phar require nikic/fast-route
```

cat .htaccess

```
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^ index.php [QSA,L]

```

cat src/konst/K.php (example)

```
const ROUTEN = [
      'root' =>         ['pfad' => '/',                 'name' => 'Index',        'proto' => ['GET']],
      'register' =>     ['pfad' => '/register.php',     'name' => 'Register',     'proto' => ['GET', 'POST']],
      'authenticate' => ['pfad' => '/authenticate.php', 'name' => 'Authenticate', 'proto' => ['GET']],
];
```

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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

Total

4

Last Release

530d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

ecxod-frameworkrouterrouterecxod

### Embed Badge

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

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

###  Alternatives

[slim/slim

Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs

12.2k49.9M1.3k](/packages/slim-slim)[league/route

Fast routing and dispatch component including PSR-15 middleware, built on top of FastRoute.

6633.1M116](/packages/league-route)[middlewares/fast-route

Middleware to use FastRoute

96191.1k15](/packages/middlewares-fast-route)[amphp/http-server-router

Routes to request handlers based on HTTP method and path for amphp/http-server.

39496.2k28](/packages/amphp-http-server-router)[yiisoft/router-fastroute

Yii router FastRoute adapter

41301.0k14](/packages/yiisoft-router-fastroute)[vectorface/snappy-router

A quick and snappy routing framework.

4614.7k](/packages/vectorface-snappy-router)

PHPackages © 2026

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