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. [Framework](/categories/framework)
4. /
5. ecxod/router

ActiveLibrary[Framework](/categories/framework)

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

Langweilige Router für das Ecxod Projekt

1.0.5(1y ago)123MITPHPPHP ^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 3w 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

30

—

LowBetter than 62% of packages

Maintenance37

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

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

575d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/102165928?v=4)[Christian Eichert](/maintainers/ecxod)[@ecxod](https://github.com/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.3k51.8M1.4k](/packages/slim-slim)[yiisoft/router-fastroute

Yii router FastRoute adapter

41320.0k19](/packages/yiisoft-router-fastroute)[vectorface/snappy-router

A quick and snappy routing framework.

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

PHPackages © 2026

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