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

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

reneknox/router
===============

sample routes handler

0.1(3y ago)0461MITPHPPHP &gt;=7.4

Since Feb 12Pushed 3y ago1 watchersCompare

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

READMEChangelog (1)Dependencies (1)Versions (2)Used By (1)

Router
======

[](#router)

> sample routes handler

Install
-------

[](#install)

```
 composer create-project reneknox/router:0.1

```

Supported Versions
------------------

[](#supported-versions)

Releasephp 7.4php 8.0php 8.1php 8.20.1✓✓✓✓Usage
-----

[](#usage)

```
use Reneknox\Router\Router;
use Reneknox\Router\Route;

Route::get('/start', fn() => 'start');

Route::get('/home', function () {
    return 'Home';
});

$router = new Router();

$router->serve($_SERVER['REQUEST_METHOD'], $_SERVER['REQUEST_URI']);
```

Directory structure
-------------------

[](#directory-structure)

```
├───src
├───tests

```

### Tested Platform

[](#tested-platform)

```
- Ubuntu
- Windows 10

```

To run test
-----------

[](#to-run-test)

```
composer test

```

License
-------

[](#license)

> MIT

Authors
-------

[](#authors)

- [Omar Hossam El-Din Kandil](https://www.linkedin.com/in/omar-hossameldin-kandil-74633a1bb/)

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity35

Early-stage or recently created project

 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

1184d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/64984ea5fd9cd5a1d21cf6b5e7f49b9ab9b19f5ddfe81e6a0a41f4662648ec66?d=identicon)[OmarHossamEldin](/maintainers/OmarHossamEldin)

---

Top Contributors

[![OmarHossamEldinKandil](https://avatars.githubusercontent.com/u/127663778?v=4)](https://github.com/OmarHossamEldinKandil "OmarHossamEldinKandil (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[htmlburger/carbon-fields

WordPress developer-friendly custom fields for post types, taxonomy terms, users, comments, widgets, options and more.

1.5k665.2k57](/packages/htmlburger-carbon-fields)[tightenco/tlint

Tighten linter for Laravel conventions

5271.2M34](/packages/tightenco-tlint)[dflydev/placeholder-resolver

Given a data source representing key =&gt; value pairs, resolve placeholders like ${foo.bar} to the value associated with the 'foo.bar' key in the data source.

14414.6M3](/packages/dflydev-placeholder-resolver)[pear/pear

This is the definitive source of PEAR's core files.

1161.7M20](/packages/pear-pear)[pragmarx/ia-collection

Laravel Illuminate Agnostic Collection

473.4M2](/packages/pragmarx-ia-collection)[binarycabin/laravel-uuid

A wrapper for webpatser/laravel-uuid with additional integration

86589.4k](/packages/binarycabin-laravel-uuid)

PHPackages © 2026

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