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 yesterday

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 68% of packages

Maintenance34

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

636d 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

[friendsofsymfony/rest-bundle

This Bundle provides various tools to rapidly develop RESTful API's with Symfony

2.8k73.3M319](/packages/friendsofsymfony-rest-bundle)[php-http/discovery

Finds and installs PSR-7, PSR-17, PSR-18 and HTTPlug implementations

1.3k309.5M1.2k](/packages/php-http-discovery)[nyholm/psr7

A fast PHP7 implementation of PSR-7

1.3k235.4M2.4k](/packages/nyholm-psr7)[pusher/pusher-php-server

Library for interacting with the Pusher REST API

1.5k94.8M293](/packages/pusher-pusher-php-server)[spatie/crawler

Crawl all internal links found on a website

2.8k16.3M52](/packages/spatie-crawler)[react/http

Event-driven, streaming HTTP client and server implementation for ReactPHP

78126.4M414](/packages/react-http)

PHPackages © 2026

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