PHPackages                             fonclub/yii2-languages - 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. [Localization &amp; i18n](/categories/localization)
4. /
5. fonclub/yii2-languages

ActiveYii2-extension[Localization &amp; i18n](/categories/localization)

fonclub/yii2-languages
======================

Yii2 DB languages

013PHP

Since Feb 18Pushed 10y ago1 watchersCompare

[ Source](https://github.com/fonclub/yii2-languages)[ Packagist](https://packagist.org/packages/fonclub/yii2-languages)[ RSS](/packages/fonclub-yii2-languages/feed)WikiDiscussions master Synced 6d ago

READMEChangelogDependenciesVersions (1)Used By (0)

fonclub/yii2-languages
======================

[](#fonclubyii2-languages)

Модуль для работы с языками сайта

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

[](#installation)

Install the package through [composer](http://getcomposer.org):

```
composer require fonclub/yii2-languages

```

And then add this to your application configuration:

frontend and backend config main.php

```
    'urlManager' => [
        'class'=>'fonclub\languages\localeurls\UrlManager',
        'enablePrettyUrl'=>true,
        'showScriptName'=>false
    ]
```

common config main.php

```
    'components' => [
        'localeUrls' => [
                'class' => 'fonclub\languages\localeurls\LocaleUrls',
                'enableDefaultSuffix' => true
        ],
```

###  Health Score

20

—

LowBetter than 12% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

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://avatars.githubusercontent.com/u/6120785?v=4)[fonclub](/maintainers/fonclub)[@fonclub](https://github.com/fonclub)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/fonclub-yii2-languages/health.svg)

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

###  Alternatives

[smarty-gettext/smarty-gettext

Gettext plugin enabling internationalization in Smarty Package files

752.5M8](/packages/smarty-gettext-smarty-gettext)[renatomarinho/laravel-multi-language

Laravel Multi Language

235.1k](/packages/renatomarinho-laravel-multi-language)

PHPackages © 2026

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