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

ActiveLibrary

japerman/start-router
=====================

00PHP

Since Aug 14Pushed 5y ago1 watchersCompare

[ Source](https://github.com/Japerman/Start-router)[ Packagist](https://packagist.org/packages/japerman/start-router)[ RSS](/packages/japerman-start-router/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Start-router
============

[](#start-router)

PHP Router

### Features

[](#features)

- Supports GET, POST, PUT, DELETE, OPTIONS, PATCH, HEAD, AJAX and ANY request methods
- Controllers support (Example: HomeController@about)
- Before and after Route Middlewares support
- Static Route Patterns
- Dynamic Route Patterns
- Easy-to-use patterns
- Adding a new pattern supports. (with RegExp)
- Namespaces supports.
- Group Routing
- Custom 404 handling
- Debug mode (Error message open/close)

Example Usage
-------------

[](#example-usage)

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

$router = new Start\Router();

$router->get('/', function() {
    return 'Hello World!';
});
$router->get('/controller', 'TestController@main');

$router->run();
```

Wiki
----

[](#wiki)

[Wiki](https://github.com/Japerman/Start-router/wiki)

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity32

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/27b0895d1b848ef6786908c8b88a1a39fe4a238db746efeeab11bafda591e3b4?d=identicon)[japerman](/maintainers/japerman)

---

Top Contributors

[![Japerman](https://avatars.githubusercontent.com/u/2342121?v=4)](https://github.com/Japerman "Japerman (3 commits)")

### Embed Badge

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

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

PHPackages © 2026

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