PHPackages                             oorrwullie/yii2-getallroutes - 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. oorrwullie/yii2-getallroutes

ActiveYii2-extension

oorrwullie/yii2-getallroutes
============================

Returns an array of all possible unique route controllers and actions for the application.

0.1(9y ago)019↓100%MITPHP

Since Mar 1Pushed 9y ago1 watchersCompare

[ Source](https://github.com/oorrwullie/yii2-getallroutes)[ Packagist](https://packagist.org/packages/oorrwullie/yii2-getallroutes)[ RSS](/packages/oorrwullie-yii2-getallroutes/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Yii2-getAllRoutes
=================

[](#yii2-getallroutes)

Returns an array of all possible unique route controllers and actions for the application.

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist oorrwullie/yii2-getallroutes "*"

```

or add

```
"oorrwullie/yii2-getallroutes": "*"

```

to the require section of your `composer.json` file.

Usage
-----

[](#usage)

Once the extension is installed, simply use it in your code by :

```
use oorrwullie\components\getAllRoutes;

$list = new getAllRoutes();
print_r($list->routes);
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

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

3360d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3cfaae3500f17f9e75011c995f16ec01d511b1b81ac1926beb34b52bab78a59a?d=identicon)[oorrwullie](/maintainers/oorrwullie)

---

Tags

yii2extension

### Embed Badge

![Health badge](/badges/oorrwullie-yii2-getallroutes/health.svg)

```
[![Health](https://phpackages.com/badges/oorrwullie-yii2-getallroutes/health.svg)](https://phpackages.com/packages/oorrwullie-yii2-getallroutes)
```

###  Alternatives

[skeeks/cms

SkeekS CMS — control panel and tools based on php framework Yii2

13825.6k47](/packages/skeeks-cms)[dmstr/yii2-cookie-consent

Yii2 Cookie Consent Widget

1452.6k](/packages/dmstr-yii2-cookie-consent)[richardfan1126/yii2-js-register

Yii2 widget to register JS into view

1357.2k7](/packages/richardfan1126-yii2-js-register)

PHPackages © 2026

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