PHPackages                             newday/routing - 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. newday/routing

ActiveLibrary[Framework](/categories/framework)

newday/routing
==============

NeyDay Routing

1.0.1(9y ago)021MITPHPPHP &gt;=7.0

Since Feb 19Pushed 9y ago1 watchersCompare

[ Source](https://github.com/edcesar/newday-routing)[ Packagist](https://packagist.org/packages/newday/routing)[ Docs](https://github.com/edcesar/newday-routing)[ RSS](/packages/newday-routing/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (4)Versions (2)Used By (0)

\#Readme

```
/*
composer require newday/routing:@dev

"require": {
    "newday/routing": "@dev"
}

index.php

*/

require_once __DIR__ . '/vendor/autoload.php';

use NewDay\Routing\Router;

$app = new Router();

$app->route('/hello', function(){
    echo 'Hello New Day Routing!';
});

$app->route('/helloclass', 'Vendor\Controllers\Hello:say');
Cria uma instancia de Hello e executa o metodo say

$app->run();
```

###  Health Score

25

—

LowBetter than 35% 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

3419d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5969657?v=4)[Ed Cesar](/maintainers/edcesar)[@edcesar](https://github.com/edcesar)

---

Top Contributors

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

---

Tags

routingroute

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/newday-routing/health.svg)

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

###  Alternatives

[pecee/simple-router

Simple, fast PHP router that is easy to get integrated and in almost any project. Heavily inspired by the Laravel router.

697231.0k18](/packages/pecee-simple-router)[izniburak/router

simple router class for php

23323.2k7](/packages/izniburak-router)[ecoal95/php-router

Minimal routing library

271.0k1](/packages/ecoal95-php-router)[developermarius/simple-router

Simple, fast PHP router that is easy to get integrated and in almost any project. Heavily inspired by the Laravel router.

112.5k](/packages/developermarius-simple-router)

PHPackages © 2026

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