PHPackages                             sugatasei/bredala-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. [HTTP &amp; Networking](/categories/http)
4. /
5. sugatasei/bredala-router

ActiveLibrary[HTTP &amp; Networking](/categories/http)

sugatasei/bredala-router
========================

PHP object-oriented layer for the HTTP specification

3.0.0(1y ago)019MITPHPPHP &gt;=8.1.0

Since Aug 5Pushed 1y ago1 watchersCompare

[ Source](https://github.com/sugatasei/bredala-router)[ Packagist](https://packagist.org/packages/sugatasei/bredala-router)[ RSS](/packages/sugatasei-bredala-router/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (5)DependenciesVersions (11)Used By (0)

bredala-router
==============

[](#bredala-router)

Fast request router for PHP.

```
use Bredala\Router\Router;

$router = new Router();
$router->add('GET', '/', function() {
    echo 'home';
});

$router->add('GET', '/hello/([^/]+)', function(string $world) {
    echo "Hello {$world}!";
});
```

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance32

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity66

Established project with proven stability

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

Recently: every ~187 days

Total

10

Last Release

687d ago

Major Versions

1.2.0 → 2.0.02022-10-06

2.0.2 → 3.0.02024-08-14

PHP version history (2 changes)1.0.1PHP &gt;=7.4.0

2.0.0PHP &gt;=8.1.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/b51cb3992d341f8eebde2895a555ccf3d0a5f1d767dbe55d687d1cc312dd27f8?d=identicon)[sugatasei](/maintainers/sugatasei)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[php-http/cache-plugin

PSR-6 Cache plugin for HTTPlug

25126.1M82](/packages/php-http-cache-plugin)[illuminate/http

The Illuminate Http package.

11937.9M6.8k](/packages/illuminate-http)[rdkafka/rdkafka

A PHP extension for Kafka

2.2k24.3k1](/packages/rdkafka-rdkafka)[httpsoft/http-message

Strict and fast implementation of PSR-7 and PSR-17

87965.9k114](/packages/httpsoft-http-message)[mezzio/mezzio-router

Router subcomponent for Mezzio

265.4M90](/packages/mezzio-mezzio-router)[serpapi/google-search-results-php

Get Google, Bing, Baidu, Ebay, Yahoo, Yandex, Home depot, Naver, Apple, Duckduckgo, Youtube search results via SerpApi.com

69127.2k](/packages/serpapi-google-search-results-php)

PHPackages © 2026

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