PHPackages                             nhebi/cms - 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. nhebi/cms

ActiveLibrary

nhebi/cms
=========

Content management module for Zend Framework 2

272[6 issues](https://github.com/nhebi/Cms/issues)PHP

Since Jun 10Pushed 12y ago2 watchersCompare

[ Source](https://github.com/nhebi/Cms)[ Packagist](https://packagist.org/packages/nhebi/cms)[ RSS](/packages/nhebi-cms/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

CMS
===

[](#cms)

Introduction
------------

[](#introduction)

This is a content management module for Zend Framework 2 apps.

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

[](#requirements)

Requires Zend Framework 2 and DoctrineORMModule.

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

[](#installation)

You'll need to have a ZF2 application already up and running, so get that first.

Install into your vendor directory from GitHub with this command:

```
 git clone git@github.com:nhebi/cms.git

```

Then install dependencies using Composer:

```
 php composer.phar update

```

Next you'll need to update your database with the table for pages. Run the SQL file here: [data/schema.sql](data/schema.sql) Or just use Doctrine Migrations to generate the SQL from the [page entity](src/Nhebi/Cms/Entity/Page.php) annotations.

Make sure that the data/cache folder exists in your application and is writable.

Now navigate to /pages and you should be able to click "Add a Page."

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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.

### Community

Maintainers

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

---

Top Contributors

[![personman](https://avatars.githubusercontent.com/u/89381?v=4)](https://github.com/personman "personman (24 commits)")

### Embed Badge

![Health badge](/badges/nhebi-cms/health.svg)

```
[![Health](https://phpackages.com/badges/nhebi-cms/health.svg)](https://phpackages.com/packages/nhebi-cms)
```

PHPackages © 2026

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