PHPackages                             xz1mefx/yii2-ufu - 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. xz1mefx/yii2-ufu

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

xz1mefx/yii2-ufu
================

User friendly URLs tools package

167PHP

Since Feb 9Pushed 9y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

User friendly URLs multilanguage tools package for yii2
=======================================================

[](#user-friendly-urls-multilanguage-tools-package-for-yii2)

[![Latest Version on Packagist](https://camo.githubusercontent.com/c0d1fd8bd91b5e4ca71bc350bf6ebbb2cacea54ad803bb51d7c72e9fd8de8963/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f787a316d6566782f796969322d7566752e737667)](https://packagist.org/packages/xz1mefx/yii2-ufu)[![Software License](https://camo.githubusercontent.com/074b89bca64d3edc93a1db6c7e3b1636b874540ba91d66367c0e5e354c56d0ea/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e737667)](LICENSE.md)[![Total Downloads](https://camo.githubusercontent.com/b8311300cb55e6839c342e631befe0e2c1f7eaa2c358c14794d1ad25ce186d0d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f787a316d6566782f796969322d7566752e737667)](https://packagist.org/packages/xz1mefx/yii2-ufu)

**This extension will work only with [multilanguage extension](https://github.com/xZ1mEFx/yii2-multilang)**

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

[](#installation)

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

    ```
    php composer.phar require --prefer-dist xz1mefx/yii2-ufu "~1.0"
    ```
2. Previous action also install (if need) the [multilanguage extension](https://github.com/xZ1mEFx/yii2-multilang), so if you did not set it earlier you will need to do it **in the first place**
3. Execute migration:

    ```
    php yii migrate --migrationPath=@vendor/xz1mefx/yii2-ufu/migrations --interactive=0
    ```

    or you can create new migration and extend it, example:

    ```
    require(Yii::getAlias('@vendor/xz1mefx/yii2-ufu/migrations/m161223_113345_ufu_init.php'));

    /**
    * Class m161221_135355_ufu_init
    */
    class m161221_135355_ufu_init extends m161223_113345_ufu_init
    {
    }
    ```
4. Add ufu-component in main config file:

    ```
    'ufu' => [
        'class' => \xz1mefx\ufu\components\UFU::className(),
    ],
    ```
5. \[*not necessary*\] If you use [`iiifx-production/yii2-autocomplete-helper`](https://github.com/iiifx-production/yii2-autocomplete-helper) you need to run:

    ```
    composer autocomplete
    ```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/8987a4d88f9496ca176bd20a8a62e96b55c21b3307a70ff659703538fe89ea17?d=identicon)[xZ1mEFx](/maintainers/xZ1mEFx)

---

Top Contributors

[![vitalii-zahorodniuk](https://avatars.githubusercontent.com/u/6961238?v=4)](https://github.com/vitalii-zahorodniuk "vitalii-zahorodniuk (61 commits)")

### Embed Badge

![Health badge](/badges/xz1mefx-yii2-ufu/health.svg)

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

###  Alternatives

[efriandika/laravel-settings

Laravel 5 Persistent Settings

6039.6k1](/packages/efriandika-laravel-settings)[saeedpooyanfar/laravel-annotation

Laravel #\[Annotation\]

182.7k](/packages/saeedpooyanfar-laravel-annotation)

PHPackages © 2026

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