PHPackages                             mamuz/mamuz-content-manager - 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. [Database &amp; ORM](/categories/database)
4. /
5. mamuz/mamuz-content-manager

ActiveLibrary[Database &amp; ORM](/categories/database)

mamuz/mamuz-content-manager
===========================

Provides simple content manager for ZF2 with Doctrine

1.0.2(10y ago)3774MITPHPPHP &gt;=5.4

Since Jun 21Pushed 10y ago1 watchersCompare

[ Source](https://github.com/mamuz/MamuzContentManager)[ Packagist](https://packagist.org/packages/mamuz/mamuz-content-manager)[ Docs](https://github.com/mamuz/MamuzContentManager)[ RSS](/packages/mamuz-mamuz-content-manager/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (10)Dependencies (13)Versions (15)Used By (0)

MamuzContentManager
===================

[](#mamuzcontentmanager)

[![Build Status](https://camo.githubusercontent.com/a46dc4a5bdd1d67bf37e50d9e6165f0a720a844aea18da6f9f5cd30f526ea7cb/68747470733a2f2f7472617669732d63692e6f72672f6d616d757a2f4d616d757a436f6e74656e744d616e616765722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/mamuz/MamuzContentManager)[![Coverage Status](https://camo.githubusercontent.com/42e007de5c758338440b0a7119023f26a6765a165e386c0d6174ad4d37411ddc/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6d616d757a2f4d616d757a436f6e74656e744d616e616765722f62616467652e706e673f6272616e63683d6d6173746572)](https://coveralls.io/r/mamuz/MamuzContentManager?branch=master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/62e82942d5db0d2cb3d2c4e07920ab75f8333191be6cf7531563da0e443b3c02/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6d616d757a2f4d616d757a436f6e74656e744d616e616765722f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/mamuz/MamuzContentManager/?branch=master)[![SensioLabsInsight](https://camo.githubusercontent.com/c83a52d5d6859879af255875d656b0bc15a66d900c6572dd825f942c877bf08a/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f39316231623935382d353832642d343965652d623561662d3639393539376335646539352f6d696e692e706e67)](https://insight.sensiolabs.com/projects/91b1b958-582d-49ee-b5af-699597c5de95)[![HHVM Status](https://camo.githubusercontent.com/b3a4d3f9c30567ef1e81ebd9a4684b83474c33b3b0e65bf604255fb7e81996a1/687474703a2f2f6868766d2e683463632e64652f62616467652f6d616d757a2f6d616d757a2d636f6e74656e742d6d616e616765722e706e67)](http://hhvm.h4cc.de/package/mamuz/mamuz-content-manager)[![Dependency Status](https://camo.githubusercontent.com/7d887a96b40e249e6e4b843500649912a8cbb43f63d44188dfd98e43cd82fcee/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f757365722f70726f6a656374732f3533386637383932343663343733393538363030303032632f62616467652e737667)](https://www.versioneye.com/user/projects/538f789246c473958600002c)

[![Latest Stable Version](https://camo.githubusercontent.com/56800632fbeed4ae7a257cd037c12dacd539b0daeb624bb8a48ab11764d39fe5/68747470733a2f2f706f7365722e707567782e6f72672f6d616d757a2f6d616d757a2d636f6e74656e742d6d616e616765722f762f737461626c652e737667)](https://packagist.org/packages/mamuz/mamuz-content-manager)[![Latest Unstable Version](https://camo.githubusercontent.com/7fa6c31ef212ce2f5a0d1f0f56444177eea3fd83a6353a7d5a6f2bc0411f7730/68747470733a2f2f706f7365722e707567782e6f72672f6d616d757a2f6d616d757a2d636f6e74656e742d6d616e616765722f762f756e737461626c652e737667)](https://packagist.org/packages/mamuz/mamuz-content-manager)[![Total Downloads](https://camo.githubusercontent.com/9f320185aff4ab8bf73751e6e702951afc9680727e21f660f9f3694279cf4364/68747470733a2f2f706f7365722e707567782e6f72672f6d616d757a2f6d616d757a2d636f6e74656e742d6d616e616765722f646f776e6c6f6164732e737667)](https://packagist.org/packages/mamuz/mamuz-content-manager)[![License](https://camo.githubusercontent.com/f51cc8a032ca259efe12730afe3d35751116dd030ebd5663a32fa5b4cad3fa71/68747470733a2f2f706f7365722e707567782e6f72672f6d616d757a2f6d616d757a2d636f6e74656e742d6d616e616765722f6c6963656e73652e737667)](https://packagist.org/packages/mamuz/mamuz-content-manager)

Features
--------

[](#features)

- This module provides a CMS based on ZF2 and Doctrine2.
- Pages are persistent in repository and accessable by ZF2 routes.
- Pages are rendered by a markdown parser.

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

[](#installation)

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

```
{
    "require": {
        "mamuz/mamuz-content-manager": "*"
    }
}
```

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

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

This module is based on [`DoctrineORMModule`](https://github.com/doctrine/DoctrineORMModule)and be sure that you have already [configured database connection](https://github.com/doctrine/DoctrineORMModule).

Create database tables with command line tool provided by [`DoctrineORMModule`](https://github.com/doctrine/DoctrineORMModule):

```
./vendor/bin/doctrine-module orm:schema-tool:update
```

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/MamuzContentManager/blob/master/config/module.config.php)

Creating a new Page
-------------------

[](#creating-a-new-page)

Create an entity in `MamuzPage` repository.

*Admin Module to provide an interface for that is planned.*

Workflow
--------

[](#workflow)

In case of successful routing `page` parameter is used to find a page entity by `path` property. If found page is flagged as `published`, `content` will be rendered by a markdown parser and pushed to the HTTP-Response object as a new view model, otherwise a 404 HTTP status code will be set to the HTTP-Response object.

Events
------

[](#events)

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

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

NameConstantDescription*findPublishedPageByPath.pre*`Event::PRE_PAGE_RETRIEVAL`Before page retrieval by path*findPublishedPageByPath.post*`Event::POST_PAGE_RETRIEVAL`After page retrieval by path

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

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

Total

14

Last Release

3970d ago

Major Versions

0.4.0 → 1.0.02015-04-06

### 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 (51 commits)")

---

Tags

cmsdoctrinezf2zf2-moduledoctrinemarkdowncmszf2

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/mamuz-mamuz-content-manager/health.svg)

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

###  Alternatives

[mamuz/mamuz-blog

Provides blog feature for ZF2 with Doctrine

101.1k1](/packages/mamuz-mamuz-blog)[hounddog/doctrine-data-fixture-module

Zend Framework 2 Module that provides Doctrine Data-Fixture functionality

37336.2k9](/packages/hounddog-doctrine-data-fixture-module)[zucchi/zucchi

Zucchi Component Library for Zend Framework 2

121.5k1](/packages/zucchi-zucchi)

PHPackages © 2026

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