PHPackages                             maks757/yii2-articles - 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. [Framework](/categories/framework)
4. /
5. maks757/yii2-articles

ActiveYii2-extension[Framework](/categories/framework)

maks757/yii2-articles
=====================

Articles extension for the Yii framework

0.7.01(9y ago)041PHPPHP &gt;=5.4.0

Since Apr 6Pushed 9y ago1 watchersCompare

[ Source](https://github.com/maks757/yii2-articles)[ Packagist](https://packagist.org/packages/maks757/yii2-articles)[ RSS](/packages/maks757-yii2-articles/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (1)Dependencies (6)Versions (29)Used By (0)

Articles Extension for Yii 2
============================

[](#articles-extension-for-yii-2)

INSTALLATION
------------

[](#installation)

### Composer require section

[](#composer-require-section)

```
"black-lamp/yii2-articles": "0.*"
```

### Migrate

[](#migrate)

```
php yii migrate --migrationPath=@yii/rbac/migrations
php yii migrate --migrationPath=@vendor/black-lamp/yii2-multi-lang/migration
php yii migrate --migrationPath=@vendor/black-lamp/yii2-articles/common/migrations
php yii migrate --migrationPath=@vendor/black-lamp/yii2-seo/migrations

```

### Add articles module to your backend config

[](#add-articles-module-to-your-backend-config)

```
    'modules' => [
    	...
        'articles' => [
            'class' => 'bl\articles\backend\Module'
        ],
        ...
    ]
```

### Add articles module to your frontend config

[](#add-articles-module-to-your-frontend-config)

```
    'modules' => [
    	...
        'articles' => [
            'class' => 'bl\articles\frontend\Module'
        ],
        ...
    ]
```

### Configure seo-url rule

[](#configure-seo-url-rule)

```
	'urlManager' => [
		...
		'rules' => [
			...
			[
			    'class' => 'bl\articles\UrlRule'
			]
		]
	]
```

### Configure Imagable module

[](#configure-imagable-module)

```
    'components' => [
        ...
        'articles_imagable' => [
            'class' => bl\imagable\Imagable::className(),
            'imageClass' => CreateImageImagine::className(),
            'nameClass' => bl\imagable\name\CRC32Name::className(),
            'imagesPath' => '@frontend/web/images',
            'categories' => [
                'origin' => false,
                'category' => [
                    'thumbnail' => [
                        'origin' => false,
                        'size' => [
                            'big' => [
                                'width' => 1500,
                                'height' => 500
                            ],
                            'thumb' => [
                                'width' => 500,
                                'height' => 500,
                            ],
                            'small' => [
                                'width' => 150,
                                'height' => 150
                            ]
                        ]
                    ],
                    'menu_item' => [
                        'origin' => false,
                        'size' => [
                            'big' => [
                                'width' => 1500,
                                'height' => 500
                            ],
                            'thumb' => [
                                'width' => 500,
                                'height' => 500,
                            ],
                            'small' => [
                                'width' => 150,
                                'height' => 150
                            ]
                        ]
                    ],
                    'social' => [
                        'origin' => true,
                        'size' => [
                            'big' => [
                                'width' => 1500,
                                'height' => 500
                            ],
                            'thumb' => [
                                'width' => 500,
                                'height' => 500,
                            ],
                            'small' => [
                                'width' => 150,
                                'height' => 150
                            ]
                        ]
                    ],
                ]
            ]
        ],
    ]
```

### Use

[](#use)

```
yourbackend.url/articles/article

**YOU MUST CONFIGURE IMAGABLE COMPONENT**

```

**Roles and its permissions:**

*articleManager*

- viewArticleList
- editArticles
- deleteArticles

*articleCategoryManager*

- viewCategoryList
- editCategories
- deleteCategories

*articleAdministrator*extends category and article manager's permissions.

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 64.4% 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 ~8 days

Total

28

Last Release

3521d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/11841208?v=4)[Cherednyk Maxim](/maintainers/maks757)[@maks757](https://github.com/maks757)

---

Top Contributors

[![GutsVadim](https://avatars.githubusercontent.com/u/9513738?v=4)](https://github.com/GutsVadim "GutsVadim (85 commits)")[![maks757](https://avatars.githubusercontent.com/u/11841208?v=4)](https://github.com/maks757 "maks757 (43 commits)")[![nojes](https://avatars.githubusercontent.com/u/17221145?v=4)](https://github.com/nojes "nojes (4 commits)")

---

Tags

yii2articles

### Embed Badge

![Health badge](/badges/maks757-yii2-articles/health.svg)

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

###  Alternatives

[yiisoft/yii2-apidoc

API Documentation generator for the Yii framework 2.0

259709.1k31](/packages/yiisoft-yii2-apidoc)[skeeks/cms

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

13725.7k53](/packages/skeeks-cms)[yeesoft/yii2-yee-cms

Yee CMS Based on Yii 2 Advanced Project Template

1464.0k](/packages/yeesoft-yii2-yee-cms)

PHPackages © 2026

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