PHPackages                             shoxabbos/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. shoxabbos/yii2-news

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

shoxabbos/yii2-news
===================

News crud

v1.4.0(8y ago)0228MITPHP

Since Aug 13Pushed 8y ago1 watchersCompare

[ Source](https://github.com/Shoxabbos/yii2-news)[ Packagist](https://packagist.org/packages/shoxabbos/yii2-news)[ RSS](/packages/shoxabbos-yii2-news/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (2)Versions (6)Used By (0)

News crud
=========

[](#news-crud)

News crud

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

[](#installation)

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

Either run

```
php composer.phar require --prefer-dist shoxabbos/yii2-news "*"

```

or add

```
"shoxabbos/yii2-news": "*"

```

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

Usage
-----

[](#usage)

Once the extension is installed, simply use it in your code by :

```
php yii migrate --migrationPath=@vendor/shoxabbos/yii2-news/migrations
```

```
'modules' => [
    'admin' => [
        'class' => 'app\modules\admin\Module',
        'controllerMap' => [
            'config' => 'shoxabbos\news\controllers\NewsController'
        ]
    ],
]
```

After that, you can open the pages as:

```
/admin/news/create
/admin/news/update
/admin/news/view
/admin/news/index
```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity67

Established project with proven stability

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

Total

5

Last Release

2981d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/aa672147eb465e2aab488eea53cfd004c486f00086b45c78d1dc8515300f6d59?d=identicon)[shoxabbos](/maintainers/shoxabbos)

---

Top Contributors

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

---

Tags

yii2extension news

### Embed Badge

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

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

###  Alternatives

[dmstr/yii2-adminlte-asset

AdminLTE backend theme asset bundle for Yii 2.0 Framework

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

Free admin template for backend

277293.1k5](/packages/yiister-yii2-gentelella)[dmstr/yii2-backend-module

Admin Dashboard

1974.1k3](/packages/dmstr-yii2-backend-module)

PHPackages © 2026

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