PHPackages                             iankov/control-panel-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. iankov/control-panel-news

ActiveLibrary[Admin Panels](/categories/admin)

iankov/control-panel-news
=========================

News module for iankov/control-panel

v1.0.3(7y ago)014HTML

Since Jan 6Pushed 7y ago1 watchersCompare

[ Source](https://github.com/iankov/control-panel-news)[ Packagist](https://packagist.org/packages/iankov/control-panel-news)[ RSS](/packages/iankov-control-panel-news/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (4)Dependencies (1)Versions (5)Used By (0)

Installation
============

[](#installation)

- Install the package

    ```
    composer require iankov/control-panel-news
    ```
- Publish migrations

    ```
    php artisan vendor:publish --tag=icp_news_migrations
    ```
- Run migrations

    ```
    php artisan migrate
    ```
- Add items (news &amp; categories) to `icp-menu.php` config file

    ```
    [
        'icon' => 'th',
        'title' => 'News categories',
        'link' => icp_route('news.categories')
    ],
    [
        'icon' => 'list',
        'title' => 'News',
        'link' => icp_route('news')
    ]
    ```

Configuration
-------------

[](#configuration)

You can modify configuration options by adding them to `config/icp.php`
Package config located in `vendor/iankov/control-panel-news/src/config.php`
Don't change this file, just use it as an example of what options are configurable.

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity66

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

Total

4

Last Release

2903d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3382329?v=4)[Dmitriy Yankov](/maintainers/iankov)[@iankov](https://github.com/iankov)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/iankov-control-panel-news/health.svg)

```
[![Health](https://phpackages.com/badges/iankov-control-panel-news/health.svg)](https://phpackages.com/packages/iankov-control-panel-news)
```

PHPackages © 2026

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