PHPackages                             alexander-emelyanov/yii2-articles-module - 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. alexander-emelyanov/yii2-articles-module

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

alexander-emelyanov/yii2-articles-module
========================================

Articles management for multilingual web applications

0.0.1(11y ago)31093[1 issues](https://github.com/alexander-emelyanov/yii2-articles-module/issues)MITPHP

Since Feb 7Pushed 9y ago2 watchersCompare

[ Source](https://github.com/alexander-emelyanov/yii2-articles-module)[ Packagist](https://packagist.org/packages/alexander-emelyanov/yii2-articles-module)[ RSS](/packages/alexander-emelyanov-yii2-articles-module/feed)WikiDiscussions master Synced yesterday

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

yii2-articles-module
====================

[](#yii2-articles-module)

Articles management for multilingual web applications

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

[](#installation)

### Composer

[](#composer)

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

Either run

```
php composer.phar require alexander-emelyanov/yii2-articles-module "dev-master"

```

or add

```
"alexander-emelyanov/yii2-articles-module": "dev-master"

```

to the require section of your `composer.json` and run `composer update`

and the next step...

### Configure you Yii2 application

[](#configure-you-yii2-application)

Add 'articles' module to 'module' section of configuration file your application (i recommend add this module to backend application)

```
    'modules' => [
      // ... some modules
      'articles' => [
          'class' => 'AlexanderEmelyanov\yii\modules\articles\Module',
      ],
      // ... some modules
    ],

```

### Update database

[](#update-database)

Run migrations for this module

```
./yii migrate --migrationPath=@AlexanderEmelyanov/yii/modules/articles/migrations

```

### Customization

[](#customization)

You can use module layout by default (which extend main layout of application and contains main menu of module) or specify your desirable layout in module config:

```
'modules' => [
      // ... some modules
      'articles' => [
          'class' => 'AlexanderEmelyanov\yii\modules\articles\Module',
          'layout' => '@app/views/layouts/main',
      ],
      // ... some modules
    ],

```

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity53

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

4165d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3701798abcce2c6ebf807c4ffe38d9c45c767aabe464b6bc24a58674aeb771d3?d=identicon)[AlexanderEmelyanov](/maintainers/AlexanderEmelyanov)

---

Top Contributors

[![alexander-emelyanov](https://avatars.githubusercontent.com/u/1540608?v=4)](https://github.com/alexander-emelyanov "alexander-emelyanov (15 commits)")

---

Tags

multilingualyii2articlesseoyii 2copyright

### Embed Badge

![Health badge](/badges/alexander-emelyanov-yii2-articles-module/health.svg)

```
[![Health](https://phpackages.com/badges/alexander-emelyanov-yii2-articles-module/health.svg)](https://phpackages.com/packages/alexander-emelyanov-yii2-articles-module)
```

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M3.1k](/packages/craftcms-cms)[omgdef/yii2-multilingual-behavior

Port of the yii-multilingual-behavior for yii

143182.6k9](/packages/omgdef-yii2-multilingual-behavior)[yeesoft/yii2-multilingual

Yii2 Multilingual Module

177.4k1](/packages/yeesoft-yii2-multilingual)[devgroup/yii2-multilingual

Allows building yii2 apps for multiple languages using regional URL's and domains

152.6k2](/packages/devgroup-yii2-multilingual)

PHPackages © 2026

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