PHPackages                             execut/yii2-alias - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. execut/yii2-alias

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

execut/yii2-alias
=================

Yii2 eXeCUT alias

0.9.3(5y ago)234712Apache-2.0PHP

Since May 14Pushed 5y ago1 watchersCompare

[ Source](https://github.com/execut/yii2-alias)[ Packagist](https://packagist.org/packages/execut/yii2-alias)[ Docs](https://github.com/execut/yii2-alias)[ RSS](/packages/execut-yii2-alias/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (3)Versions (29)Used By (2)

yii2-alias
==========

[](#yii2-alias)

**Warning! Documentation is incomplete. Writing in the progress.**

Yii2 module for work with url aliases and routing it between related records in database.

### Install

[](#install)

Either run

```
$ php composer.phar require execut/yii2-crud "dev-master"

```

or add

```
"execut/yii2-crud": "dev-master"

```

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

Usage
-----

[](#usage)

For configure url rule add alias bootstrap to your application bootstrap config section:

```
...
'bootstrap' => [
    ...
    [
        'class' => execut\alias\bootstrap\Frontend::class,
    ],
    ...
]
...
```

For adding changes in target models tables structure, attach module in your console application config module:

```
'modules' => [
    'alias' => [
        'class' => execut\alias\Module::class,
        'models' => [
            'yourUrlRouteHere' => Model::class,
        ],
    ],
],
```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity64

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

Recently: every ~66 days

Total

28

Last Release

1964d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0ffb982747c04d8d93e2db3f8d90e44864c7c2a21a4c3d00ffbe66325f3f91c4?d=identicon)[execut](/maintainers/execut)

---

Top Contributors

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

---

Tags

yii2alias

### Embed Badge

![Health badge](/badges/execut-yii2-alias/health.svg)

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

###  Alternatives

[dmstr/yii2-cookie-consent

Yii2 Cookie Consent Widget

1452.6k](/packages/dmstr-yii2-cookie-consent)

PHPackages © 2026

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