PHPackages                             mamuz/mamuz-blog-feed - 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. mamuz/mamuz-blog-feed

ActiveLibrary

mamuz/mamuz-blog-feed
=====================

MamuzBlog plugin to provide feeds

1.0.1(10y ago)3293MITPHP

Since Feb 27Pushed 10y ago1 watchersCompare

[ Source](https://github.com/mamuz/MamuzBlogFeed)[ Packagist](https://packagist.org/packages/mamuz/mamuz-blog-feed)[ Docs](https://github.com/mamuz/MamuzBlogFeed)[ RSS](/packages/mamuz-mamuz-blog-feed/feed)WikiDiscussions master Synced 1mo ago

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

MamuzBlogFeed
=============

[](#mamuzblogfeed)

[![Build Status](https://camo.githubusercontent.com/7945803d3c0757d09e71f405637428c4283f8050cf3b9ce5716a87919c13af11/68747470733a2f2f7472617669732d63692e6f72672f6d616d757a2f4d616d757a426c6f67466565642e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/mamuz/MamuzBlogFeed)[![Coverage Status](https://camo.githubusercontent.com/fc855007705e806acd0f7104838ad715b6108ff216daf75de63a9166b54d8acc/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6d616d757a2f4d616d757a426c6f67466565642f62616467652e706e673f6272616e63683d6d6173746572)](https://coveralls.io/r/mamuz/MamuzBlogFeed?branch=master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/fcbc6c1b3544eb929f26cc734113c1090c84d1c8a315e6ac676a64cf53b802f1/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6d616d757a2f4d616d757a426c6f67466565642f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/mamuz/MamuzBlogFeed/?branch=master)[![SensioLabsInsight](https://camo.githubusercontent.com/35e75de527ebbfc1c7696c6843f2764b02d6c923111db362acbd4df205638607/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f30393163303038302d303732382d346135332d623163612d3134393563376239323662362f6d696e692e706e67)](https://insight.sensiolabs.com/projects/091c0080-0728-4a53-b1ca-1495c7b926b6)[![HHVM Status](https://camo.githubusercontent.com/aaeaff5d811e8d5073d4b97d0824429445f8a90cfd9c7bba3bd8d896f0391458/687474703a2f2f6868766d2e683463632e64652f62616467652f6d616d757a2f6d616d757a2d626c6f672d666565642e706e67)](http://hhvm.h4cc.de/package/mamuz/mamuz-blog-feed)[![Dependency Status](https://camo.githubusercontent.com/869cd38b6496509e74c56a44f8030aa5974db8b5c7b33e0f68d3e661e88634db/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f757365722f70726f6a656374732f3534303632356338633463313837643034663030303036392f62616467652e737667)](https://www.versioneye.com/user/projects/540625c8c4c187d04f000069)

[![Latest Stable Version](https://camo.githubusercontent.com/f4d636be474e3cd478e629b881fca89404658dd89426514554e0ab48e279ae9e/68747470733a2f2f706f7365722e707567782e6f72672f6d616d757a2f6d616d757a2d626c6f672d666565642f762f737461626c652e737667)](https://packagist.org/packages/mamuz/mamuz-blog-feed)[![Latest Unstable Version](https://camo.githubusercontent.com/3a9848685916e0e5c5952b9463428145cfedfb94004eb82fa7c72f4a1c42888e/68747470733a2f2f706f7365722e707567782e6f72672f6d616d757a2f6d616d757a2d626c6f672d666565642f762f756e737461626c652e737667)](https://packagist.org/packages/mamuz/mamuz-blog-feed)[![Total Downloads](https://camo.githubusercontent.com/a1cbd0edd953acf1429e93d5d5d7e488f8e3fffdc033dba829259397145b529d/68747470733a2f2f706f7365722e707567782e6f72672f6d616d757a2f6d616d757a2d626c6f672d666565642f646f776e6c6f6164732e737667)](https://packagist.org/packages/mamuz/mamuz-blog-feed)[![License](https://camo.githubusercontent.com/0a569ef7bacf78fc800a6c58d8b242355ff0e107189b1bab39897b8d92b248a9/68747470733a2f2f706f7365722e707567782e6f72672f6d616d757a2f6d616d757a2d626c6f672d666565642f6c6963656e73652e737667)](https://packagist.org/packages/mamuz/mamuz-blog-feed)

Features
--------

[](#features)

- This module provides a plugin for [`mamuz/mamuz-blog`](https://packagist.org/packages/mamuz/mamuz-blog) to create Feeds
- Atom and RSS feeds are supported
- Adds alternative link to html head automaticly
- Feeds for all Posts and for Posts found by Tag are provided
- Each feed is configurable seperatly

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

[](#installation)

The recommended way to install [`mamuz/mamuz-blog-feed`](https://packagist.org/packages/mamuz/mamuz-blog-feed) is through [composer](http://getcomposer.org/) by adding dependency to your `composer.json`:

```
{
    "require": {
        "mamuz/mamuz-blog-feed": "*"
    }
}
```

After that run `composer update` and enable this module for ZF2 by adding `MamuzBlogFeed` to `modules` in `./config/application.config.php`:

```
// ...
    'modules' => array(
        'MamuzBlogFeed',
    ),
```

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

[](#configuration)

This module is usable out of the box, but you can overwrite default configuration by adding a config file in `./config/autoload` directory. For default configuration see [`module.config.php`](https://github.com/mamuz/MamuzBlogFeed/blob/master/config/module.config.php)

Workflow
--------

[](#workflow)

- If routing is successful, posts will be retrieved either with tag parameter or without tag parameter to create a feed xml and responding to http response object.
- If event `Event::PRE_PAGINATION_CREATE` is triggert by posts retrieval and `autoHeadLink` is set to true for specific feed, an alternative link to html head is appended automaticly.

Events
------

[](#events)

For the sake of simplicity `Event` is used for FQN [`MamuzBlogFeed\EventManager\Event`](https://github.com/mamuz/MamuzBlogFeed/blob/master/src/MamuzBlogFeed/EventManager/Event.php).

The following events are triggered by `Event::IDENTIFIER` *mamuz-blog*:

NameConstantDescription*createFeed.pre*`Event::PRE_FEED_CREATE`Before feed creation*createFeed.post*`Event::POST_FEED_CREATE`After feed creationTerminology
-----------

[](#terminology)

- **Feed**: Web format to publish frequently updated informations (here blog articles).

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

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

Total

5

Last Release

3918d ago

Major Versions

0.0.3 → 1.0.02015-03-02

### Community

Maintainers

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

---

Top Contributors

[![mamuz](https://avatars.githubusercontent.com/u/4173317?v=4)](https://github.com/mamuz "mamuz (66 commits)")

---

Tags

blogfeedrsszf2zf2-modulefeedzf2blog

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/mamuz-mamuz-blog-feed/health.svg)

```
[![Health](https://phpackages.com/badges/mamuz-mamuz-blog-feed/health.svg)](https://phpackages.com/packages/mamuz-mamuz-blog-feed)
```

###  Alternatives

[laminas/laminas-feed

provides functionality for creating and consuming RSS and Atom feeds

16749.2M47](/packages/laminas-laminas-feed)[binshops/laravel-blog

Simple blog package (with admin panel) for Laravel. Includes all views, controllers, routes and can add a blog to any existing Laravel app. Fully customisable blog (view, urls, and many other options). Includes image uploads and a pretty admin interface to manage your blog. Defaults to /blog but you can change it to anything.

48447.0k](/packages/binshops-laravel-blog)[mamuz/mamuz-blog

Provides blog feature for ZF2 with Doctrine

101.1k1](/packages/mamuz-mamuz-blog)

PHPackages © 2026

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