PHPackages                             zakharov-andrew/yii2-news - 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. [Admin Panels](/categories/admin)
4. /
5. zakharov-andrew/yii2-news

ActiveYii2-extension[Admin Panels](/categories/admin)

zakharov-andrew/yii2-news
=========================

Yii2 News

v0.1.1(1y ago)219MITPHPPHP &gt;=7.2

Since Aug 18Pushed 1y ago1 watchersCompare

[ Source](https://github.com/ZakharovAndrew/yii2-news)[ Packagist](https://packagist.org/packages/zakharov-andrew/yii2-news)[ RSS](/packages/zakharov-andrew-yii2-news/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (1)Versions (12)Used By (0)

Yii2 news
=========

[](#yii2-news)

[![Yii2 news module by Zakharov Andrey](docs/images/yii-2-news-module-Zakharov-Andrey.png)](docs/images/yii-2-news-module-Zakharov-Andrey.png)

[![Latest Stable Version](https://camo.githubusercontent.com/2fc597aef39ef8c97799084e697ae1c5522fc45156d52726f86f737f37df13b2/68747470733a2f2f706f7365722e707567782e6f72672f7a616b6861726f762d616e647265772f796969322d6e6577732f762f737461626c65)](https://packagist.org/packages/zakharov-andrew/yii2-news)[![Total Downloads](https://camo.githubusercontent.com/675cded445e497762bb3dc5a6440b8d3d4ba0348586ec1767de963561005fe3e/68747470733a2f2f706f7365722e707567782e6f72672f7a616b6861726f762d616e647265772f796969322d6e6577732f646f776e6c6f616473)](https://packagist.org/packages/zakharov-andrew/yii2-news)[![License](https://camo.githubusercontent.com/e125d2ec34148e7ecb87fcc3b6d080420357ac6a884322d2212666a7b742a788/68747470733a2f2f706f7365722e707567782e6f72672f7a616b6861726f762d616e647265772f796969322d6e6577732f6c6963656e7365)](https://packagist.org/packages/zakharov-andrew/yii2-news)[![Yii2](https://camo.githubusercontent.com/d6b0929173e28cc627430d2519ca1853466a70f37395877eaf4820cb3e1e1909/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f506f77657265645f62792d5969695f4672616d65776f726b2d677265656e2e7376673f7374796c653d666c6174)](http://www.yiiframework.com/)

The Yii2 News Module is a comprehensive extension designed to facilitate the creation, editing, and management of news content on your website. This versatile module is suitable for a wide range of news types, including blogs, press releases, announcements, and other forms of news publishing.

- Supports user comments, news category, view count, rating, user reactions, delayed publishing
- Access to news by role are supported
- Supports Bootstrap versions: 3, 4, 5
- Supports languages: English, Russian

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

[](#installation)

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

Either run

```
$ composer require zakharov-andrew/yii2-news

```

or add

```
"zakharov-andrew/yii2-news": "*"

```

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

Subsequently, run

```
./yii migrate/up --migrationPath=@vendor/zakharov-andrew/yii2-news/migrations

```

in order to create the settings table in your database.

Or add to console config

```
return [
    // ...
    'controllerMap' => [
        // ...
        'migrate' => [
            'class' => 'yii\console\controllers\MigrateController',
            'migrationPath' => [
                '@console/migrations', // Default migration folder
                '@vendor/zakharov-andrew/yii2-news/src/migrations'
            ]
        ]
        // ...
    ]
    // ...
];
```

Usage
-----

[](#usage)

Add this to your main configuration's modules array

```
    'modules' => [
        'news' => [
            'class' => 'ZakharovAndrew\news\Module',
            'bootstrapVersion' => 5, // if use bootstrap 5
            'showTitle' => true, // display H1 headings (default - true)
        ],
        // ...
    ],
```

👥 Contributing
--------------

[](#-contributing)

Contributions are welcome! Please feel free to submit a Pull Request.

1. Fork the repository
2. Create your feature branch (`git checkout -b feature/amazing-feature`)
3. Commit your changes (`git commit -m 'Add some amazing feature'`)
4. Push to the branch (`git push origin feature/amazing-feature`)
5. Open a Pull Request

📄 License
---------

[](#-license)

**yii2-news** it is available under a MIT License. Detailed information can be found in the `LICENSE.md`.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance46

Moderate activity, may be stable

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity31

Early-stage or recently created project

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

Recently: every ~32 days

Total

11

Last Release

413d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/08ab00e707ea2dd0f8703587f1b770398b9662c98da6738d7a5e14c13caa1a8a?d=identicon)[ZakharovAndrew](/maintainers/ZakharovAndrew)

---

Top Contributors

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

---

Tags

phpphp8yii2yii2-modulesyii2-newsyii2extensionmoduleadmin newsyii 2

### Embed Badge

![Health badge](/badges/zakharov-andrew-yii2-news/health.svg)

```
[![Health](https://phpackages.com/badges/zakharov-andrew-yii2-news/health.svg)](https://phpackages.com/packages/zakharov-andrew-yii2-news)
```

###  Alternatives

[dmstr/yii2-adminlte-asset

AdminLTE backend theme asset bundle for Yii 2.0 Framework

1.1k1.8M67](/packages/dmstr-yii2-adminlte-asset)[yiister/yii2-gentelella

Free admin template for backend

277278.3k5](/packages/yiister-yii2-gentelella)

PHPackages © 2026

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