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

ActiveLibrary[Admin Panels](/categories/admin)

midnight/cms-module
===================

025PHP

Since Jun 16Pushed 11y ago1 watchersCompare

[ Source](https://github.com/MidnightDesign/cms-module)[ Packagist](https://packagist.org/packages/midnight/cms-module)[ RSS](/packages/midnight-cms-module/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (1)DependenciesVersions (1)Used By (0)

CMS Module for Zend Framework 2
===============================

[](#cms-module-for-zend-framework-2)

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

[](#installation)

1. Install the module via Composer.
2. Add the following dependencies to your `config/application.config.php`:

    ```
     'Midnight\Wysiwyg',
     'ZfcAdmin',
     'AssetManager',
     'Midnight\AdminModule',
     'DoctrineModule',
     'DoctrineORMModule',
     'Midnight\UserModule',
     'ZfcRbac',
     'Midnight\CmsModule',

    ```
3. Make sure the directories `data/cms/pages` and `data/cms/blocks` exist and are writable.
4. Make sure your Doctrine connection (orm\_default) is set up correctly.
5. Create the new tables by running "vendor/bin/doctrine-module orm:schema:update --force"
6. Create a new user programmatically: (Yes, this is awful and should be handled differently)

    ```
     $this
         ->getServiceLocator()
         ->get('user.service')
         ->register('jim@example.com', 'password-here');

    ```
7. Set the `is_admin` flag of your newly created user to `1`
8. Make sure jQuery is loaded in your layout:

    ```
     $this->headScript()
         ->prependFile('//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js');

    ```

Now you can go to `/admin/cms` and log in with the user you've just created.

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

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/e5943f1ee184b6bade3d2a8d6f23a6e3705e0cf1122e1df146d2cefb4dc4b832?d=identicon)[MidnightDesign](/maintainers/MidnightDesign)

---

Top Contributors

[![MidnightDesign](https://avatars.githubusercontent.com/u/743172?v=4)](https://github.com/MidnightDesign "MidnightDesign (48 commits)")

### Embed Badge

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

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

###  Alternatives

[jeroennoten/laravel-adminlte

Easy AdminLTE integration with Laravel

4.0k4.8M43](/packages/jeroennoten-laravel-adminlte)[dmstr/yii2-adminlte-asset

AdminLTE backend theme asset bundle for Yii 2.0 Framework

1.1k1.8M67](/packages/dmstr-yii2-adminlte-asset)[dwij/laraadmin

LaraAdmin is a Open source Laravel Admin Panel / CMS which can be used as Admin Backend, Data Management Tool or CRM boilerplate for Laravel with features like CRUD Generation, Module Manager, Media, Menus, Backups and much more

1.6k68.7k](/packages/dwij-laraadmin)[filament/spatie-laravel-media-library-plugin

Filament support for `spatie/laravel-medialibrary`.

1764.8M125](/packages/filament-spatie-laravel-media-library-plugin)[bezhansalleh/filament-exceptions

A Simple &amp; Beautiful Pluggable Exception Viewer for FilamentPHP's Admin Panel

193195.9k13](/packages/bezhansalleh-filament-exceptions)[filament/infolists

Easily add beautiful read-only infolists to any Livewire component.

1220.8M36](/packages/filament-infolists)

PHPackages © 2026

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