PHPackages                             tillklockmann/route66 - 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. tillklockmann/route66

ActiveLibrary

tillklockmann/route66
=====================

A simple Router

v1.0.1(5y ago)26MITPHP

Since Sep 20Pushed 5y ago1 watchersCompare

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

READMEChangelogDependencies (3)Versions (3)Used By (0)

route66
=======

[](#route66)

A simple router.

install with composer
---------------------

[](#install-with-composer)

```
composer require tillklockmann\route66:v1.0.0

```

usage
-----

[](#usage)

In order to make the app work, you need to have a Repository and a Controller class, that extend the Route66 abstract counterpart.

```
require 'vendor/autoload.php';

use Route66\Router;

$container = new Container;

$container['controller'] = function($c) {
    return new MyOwnController;
}

$app = new Router($container);

$app->get('/', 'controller@index');
$app->get('/about', 'controller@about');

$app->run();
```

Have fun :-)

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

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

Total

2

Last Release

2058d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/92a56629c63f3247cae3f91344849cb3c05dc5eb446cec7d84f5dcc307ba55e3?d=identicon)[tkm.websolution](/maintainers/tkm.websolution)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/tillklockmann-route66/health.svg)

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

###  Alternatives

[laravel/framework

The Laravel Framework.

34.6k509.9M17.0k](/packages/laravel-framework)[nelmio/api-doc-bundle

Generates documentation for your REST API from attributes

2.3k63.6M233](/packages/nelmio-api-doc-bundle)[api-platform/core

Build a fully-featured hypermedia or GraphQL API in minutes!

2.6k48.1M236](/packages/api-platform-core)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[silverstripe/framework

The SilverStripe framework

7213.5M2.5k](/packages/silverstripe-framework)[moonshine/moonshine

Laravel administration panel

1.3k217.1k59](/packages/moonshine-moonshine)

PHPackages © 2026

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