PHPackages                             freezy-bee/prepend-route - 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. freezy-bee/prepend-route

ActiveLibrary[Framework](/categories/framework)

freezy-bee/prepend-route
========================

Nette Framework extension with prepend route support

v2.0.1(4y ago)05.4k2MITPHPPHP &gt;=7.3

Since May 18Pushed 4y ago1 watchersCompare

[ Source](https://github.com/FreezyBee/PrependRoute)[ Packagist](https://packagist.org/packages/freezy-bee/prepend-route)[ RSS](/packages/freezy-bee-prepend-route/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (1)Dependencies (7)Versions (4)Used By (2)

Quickstart
==========

[](#quickstart)

[![Build Status](https://camo.githubusercontent.com/07fe0a04a6be8648a23773107586a4165af6ced453adcfdef9ba372d6b408afb/68747470733a2f2f7472617669732d63692e6f72672f467265657a794265652f50726570656e64526f7574652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/FreezyBee/PrependRoute)[![Coverage Status](https://camo.githubusercontent.com/8f1332b3c22f47e6b4e29758f19da4a8e517ed8cb9061df7f8f29a31a7dc48ff/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f467265657a794265652f50726570656e64526f7574652f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/FreezyBee/PrependRoute?branch=master)

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

[](#installation)

The best way to install FreezyBee/PrependRoute is using [Composer](http://getcomposer.org/):

```
composer require freezy-bee/prepend-route
```

With Nette `2.4` and newer, you can enable the extension using your neon config.

```
extensions:
	prependRoute: FreezyBee\PrependRoute\DI\PrependRouteExtension
```

Documentation
-------------

[](#documentation)

### Usage

[](#usage)

Your extension MUST implements interface `FreezyBee\PrependRoute\DI\IPrependRouteProvider`.

```
class TestExtension extends CompilerExtension implements IPrependRouteProvider
{
    public function loadConfiguration(): void
    {
        // register route service (testRoute)
        ...
    }

    /**
     * Return array of services - service MUST implements IRoute
     * @return string[]
     */
    public function getPrependRoutes(): array
    {
        return [$this->prefix('testRoute')];
    }
}
```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity60

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

Total

3

Last Release

1717d ago

Major Versions

v1.0.0 → v2.0.02020-10-03

PHP version history (2 changes)v1.0.0PHP ~7.1

v2.0.0PHP &gt;=7.3

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

netteroute

###  Code Quality

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/freezy-bee-prepend-route/health.svg)

```
[![Health](https://phpackages.com/badges/freezy-bee-prepend-route/health.svg)](https://phpackages.com/packages/freezy-bee-prepend-route)
```

###  Alternatives

[nette/web-project

Nette: Standard Web Project

10991.8k](/packages/nette-web-project)[kdyby/autowired

Syntax sugar for working with services in Nette Framework

30885.7k9](/packages/kdyby-autowired)[nasext/dependent-select-box

Dependent Select Box for Nette Framework.

21262.8k2](/packages/nasext-dependent-select-box)

PHPackages © 2026

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