PHPackages                             pixelopen/kirby-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. pixelopen/kirby-news

ActiveKirby-plugin[Utility &amp; Helpers](/categories/utility)

pixelopen/kirby-news
====================

A plugin for Kirby 4 CMS to add news module

1.0.3(2y ago)1173MITPHP

Since Oct 19Pushed 2y ago1 watchersCompare

[ Source](https://github.com/Pixel-Open/kirby-news)[ Packagist](https://packagist.org/packages/pixelopen/kirby-news)[ Docs](https://github.com/Pixel-Developpement/kirby-dev)[ RSS](/packages/pixelopen-kirby-news/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)Dependencies (4)Versions (6)Used By (0)

Kirby News plugin
=================

[](#kirby-news-plugin)

[![GitHub release (with filter)](https://camo.githubusercontent.com/c68c99345f400281cb56331df9fc1d755dff94fe4993f3d0177e887184f43634/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f506978656c2d4f70656e2f6b697262792d6e6577733f7374796c653d666f722d7468652d6261646765)](https://camo.githubusercontent.com/c68c99345f400281cb56331df9fc1d755dff94fe4993f3d0177e887184f43634/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f506978656c2d4f70656e2f6b697262792d6e6577733f7374796c653d666f722d7468652d6261646765) [![Dependency](https://camo.githubusercontent.com/ff99ce14d4df42589a51c62d591be7fcceeba980228450de31931be0f3ceeb0a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6b697262792d342d6363613030302e7376673f7374796c653d666f722d7468652d6261646765)](https://getkirby.com/)

A plugin for [Kirby CMS](http://getkirby.com) to add a news module

Requirements
------------

[](#requirements)

- Kirby &gt;= 4
- PHP &gt;= 8

Commercial Usage
----------------

[](#commercial-usage)

This plugin is free

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

[](#installation)

### Download

[](#download)

[Download the files](https://github.com/Pixel-Open/kirby-news/releases) and place them inside `site/plugins/kirby-news`.

### Composer

[](#composer)

```
composer require pixelopen/kirby-news

```

### Git Submodule

[](#git-submodule)

You can add the plugin as a Git submodule.

```
$ cd your/project/root
$ git submodule add https://github.com/Pixel-Open/kirby-news.git site/plugins/kirby-news
$ git submodule update --init --recursive
$ git commit -am "Add Kirby News plugin"

```

Run these commands to update the plugin:

```
$ cd your/project/root
$ git submodule foreach git checkout master
$ git submodule foreach git pull
$ git commit -am "Update submodules"
$ git submodule update --init --recursive

```

### Initialization

[](#initialization)

Run your website. You should the a new page named News. From this page you can create individual news and publish them.

Options
-------

[](#options)

If you want to use the block, you'll need to add the fieldsets `news` with the following lines in your `/site/config/config.php`:

```
return [
    'blocks' => [
        'fieldsets' => [
            'custom' => [
                'label' => 'Custom blocks',
                'type' => 'group',
                'fieldsets' => [
                    'news',
                    // Other global custom blocks
                ]
            ],
          'kirby' => [
                'label' => 'Kirby blocks',
                'type' => 'group',
                'fieldsets' => [
                    'heading',
                    'text',
                    'list',
                    'quote',
                    'image',
                    'video',
                    'code',
                    'markdown'
                ]
            ]
        ]
    ]
];
```

You can also add your own fieldsets when you extend the fields, to add the `news` block and all the other block you want to use.

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 70.6% 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 ~20 days

Total

4

Last Release

874d ago

### Community

Maintainers

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

---

Top Contributors

[![Kastrox7](https://avatars.githubusercontent.com/u/72515644?v=4)](https://github.com/Kastrox7 "Kastrox7 (12 commits)")[![matthieu2607](https://avatars.githubusercontent.com/u/14790414?v=4)](https://github.com/matthieu2607 "matthieu2607 (5 commits)")

---

Tags

kirby-pluginkirby4kirby4-pluginkirby4-cms

###  Code Quality

Code StyleECS

### Embed Badge

![Health badge](/badges/pixelopen-kirby-news/health.svg)

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

###  Alternatives

[distantnative/retour-for-kirby

Manage redirects and track 404s right from the Kirby CMS Panel

14689.4k1](/packages/distantnative-retour-for-kirby)[arnoson/kirby-vite

Vite helper for Kirby CMS

9759.2k3](/packages/arnoson-kirby-vite)[oblik/kirby-link-field

Kirby 4 field for all types of links.

7650.6k2](/packages/oblik-kirby-link-field)[afbora/kirby-minify-html

Enable minify HTML output for Kirby

3816.0k1](/packages/afbora-kirby-minify-html)[beebmx/kirby-env

Enable env variables to Kirby

2037.9k2](/packages/beebmx-kirby-env)[belugadigital/kirby-navigation

Kirby 5 field for hierarchical menus with drag &amp; drop level indentation.

8713.4k](/packages/belugadigital-kirby-navigation)

PHPackages © 2026

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