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

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

sendelius/router
================

1.0.1(9mo ago)03MITPHPPHP &gt;=8.3

Since Aug 1Pushed 8mo agoCompare

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

READMEChangelog (2)DependenciesVersions (3)Used By (0)

Sendelius Router
================

[](#sendelius-router)

[![Total Downloads](https://camo.githubusercontent.com/544d8e75368801468ce7d50e32bfba13879b4fea4270f1f8aa98c0cce6c9d3ed/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f73656e64656c6975732f726f75746572)](https://packagist.org/packages/sendelius/router)[![Latest Stable Version](https://camo.githubusercontent.com/289f1753ee9b1bc64b53f4454dc26dd92d9ea6b5319bd55a15b2f2be2a357399/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f73656e64656c6975732f726f75746572)](https://packagist.org/packages/sendelius/router)[![License](https://camo.githubusercontent.com/b082dd2fe8d0813ca211621740c12e22ba26ce171f572711b3b5bf28ddf19df9/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f73656e64656c6975732f726f75746572)](https://packagist.org/packages/sendelius/router)

Лёгкая и удобная библиотека для маршрутизации HTTP-запросов.

Установка
---------

[](#установка)

```
composer require sendelius/router

```

Пример использования
--------------------

[](#пример-использования)

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

use \Sendelius\Router\Router;

$router = new Router();
$router->rule('/api/v1/{controller:l}/{method:ls}');
$router->start();
```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance59

Moderate activity, may be stable

Popularity3

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity52

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

Total

2

Last Release

279d ago

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/sendelius-router/health.svg)](https://phpackages.com/packages/sendelius-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)[pusher/pusher-php-server

Library for interacting with the Pusher REST API

1.5k94.8M293](/packages/pusher-pusher-php-server)[react/http

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

78026.4M414](/packages/react-http)[php-http/curl-client

PSR-18 and HTTPlug Async client with cURL

48347.0M384](/packages/php-http-curl-client)[smi2/phpclickhouse

PHP ClickHouse Client

84310.1M71](/packages/smi2-phpclickhouse)

PHPackages © 2026

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