PHPackages                             foreverglory/routing-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. foreverglory/routing-bundle

ActiveSymfony-bundle[Framework](/categories/framework)

foreverglory/routing-bundle
===========================

Symfony RoutingBundle

v1.0.0(9y ago)019MITPHP

Since Aug 7Pushed 9y ago1 watchersCompare

[ Source](https://github.com/foreverglory/routing-bundle)[ Packagist](https://packagist.org/packages/foreverglory/routing-bundle)[ Docs](http://foreverglory.me)[ RSS](/packages/foreverglory-routing-bundle/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (2)Used By (0)

Routing Bundle
==============

[](#routing-bundle)

Use alias path to access the original Controller

使用别名路径访问原始Controller

\###Usage

```
composer require foreverglory/routing-bundle
```

\###AppKernel

```
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles[] = new Glory\Bundle\RoutingBundle\GloryRoutingBundle();
    }
}
```

\###Configure routing config `routing.yml`

```
homepage:
    path: /homepage
    defaults: { _controller: AppBundle:Default:index }
newpage:
    path: /new
    defaults: { _alias: homepage }
```

\###Code

```
//generate alias url
$url = $container->get('router')->generate('homepage');
//$url: /new
```

```
{{path("homepage")}}
```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

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

Unknown

Total

1

Last Release

3614d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6f2db77628f7824d4dda8968f3dd7f314800bb3ae6663d788cd6614e92623695?d=identicon)[foreverglory](/maintainers/foreverglory)

---

Top Contributors

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

---

Tags

symfonybundleroutingroute

### Embed Badge

![Health badge](/badges/foreverglory-routing-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/foreverglory-routing-bundle/health.svg)](https://phpackages.com/packages/foreverglory-routing-bundle)
```

###  Alternatives

[vanta/temporal-bundle

Integration temporal with symfony

7337.0k](/packages/vanta-temporal-bundle)[developermarius/simple-router

Simple, fast PHP router that is easy to get integrated and in almost any project. Heavily inspired by the Laravel router.

112.5k](/packages/developermarius-simple-router)

PHPackages © 2026

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