PHPackages                             yottacms/yotta-router-bundle - 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. [Framework](/categories/framework)
4. /
5. yottacms/yotta-router-bundle

ActiveLibrary[Framework](/categories/framework)

yottacms/yotta-router-bundle
============================

Yotta router bundle

v0.1.4(8y ago)0681MITPHPPHP &gt;=7.1

Since Oct 12Pushed 8y ago1 watchersCompare

[ Source](https://github.com/yottacms/yotta-router-bundle)[ Packagist](https://packagist.org/packages/yottacms/yotta-router-bundle)[ RSS](/packages/yottacms-yotta-router-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (5)Versions (6)Used By (1)

YottaCMS Router Bundle
======================

[](#yottacms-router-bundle)

Сделайте работу с Symfony Router более простой. Достаточно создать абстрактный и закрытый сервис Router и указать в нем путь к своему файлику с routing.yml

Installation
------------

[](#installation)

```
composer require yottacms/yotta-router-bundle
```

```
// config/bundles.php
// ...
return [
    \YottaCms\Bundle\YottaRouterBundle\YottaRouterBundle::class => ['all' => true],
    // ...
];
```

Usage
-----

[](#usage)

```
# @YourBundle/Resources/config/services.yml
yourbundle.service_router_name:
    public: false
    class: Symfony\Component\Routing\Router
    arguments: ['@routing.loader', '@@YourBundle/Resources/config/routing.yml']
    tags: [router]
    # OR tags: - { name: router, priority: 10 }
```

Recommendations
---------------

[](#recommendations)

Вы можете продолжать использовать стандартный app/config/routing.yml для своих настроек мартшрутизации. В том числе и переопределение маршрутов, которые будут подключены с помощью данного бандла.

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

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

Total

5

Last Release

3014d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9fe87a363f90be83c29cd477837f8b6fda65876ba5b848c661438a5b801e37e2?d=identicon)[yottacms](/maintainers/yottacms)

---

Top Contributors

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

---

Tags

symfonybundledependenciesyottacms

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/yottacms-yotta-router-bundle/health.svg)

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

###  Alternatives

[league/tactician-bundle

Bundle to integrate Tactician with Symfony projects

24810.1M18](/packages/league-tactician-bundle)[gnugat/micro-framework-bundle

Symfony Micro Framework Bundle

3710.6k1](/packages/gnugat-micro-framework-bundle)[botilka/botilka

CQRS &amp; Event Sourcing framework

352.8k](/packages/botilka-botilka)

PHPackages © 2026

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