PHPackages                             coolcsn/csn-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. [Framework](/categories/framework)
4. /
5. coolcsn/csn-cms

ActiveLibrary[Framework](/categories/framework)

coolcsn/csn-cms
===============

CMS based on DoctrineORMModule

101.2k10[1 issues](https://github.com/coolcsn/CsnCms/issues)PHP

Since Jan 20Pushed 12y ago5 watchersCompare

[ Source](https://github.com/coolcsn/CsnCms)[ Packagist](https://packagist.org/packages/coolcsn/csn-cms)[ RSS](/packages/coolcsn-csn-cms/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependenciesVersions (1)Used By (0)

CsnCms
======

[](#csncms)

Zend Framework 2 Module

### What is CsnCms?

[](#what-is-csncms)

CsnCms is a Content Management System module based on `DoctrineORMModule`, `CsnUser` authentication and `CsnAuthorization`.

### What exactly does CsnCms do?

[](#what-exactly-does-csncms-do)

CsnCms has been created with educational purposes to demonstrate how CMS can be done. It is fully functional, working in perfect harmony with *Doctrine* and the other Csn modules.

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

[](#installation)

1. Installation via composer is supported, simply run (make sure you've set `"minimum-stability": "dev"` in your *composer.json* file): `php composer.phar require coolcsn/csn-cms:dev-master`
2. Configure referenced modules ([CsnUser](https://github.com/coolcsn/CsnUser) and [CsnAuthorization](https://github.com/coolcsn/CsnAuthorization)) following their instructions.
3. Add 'CsnCms' to your application configuration in `config/application.config.php`. An example application configuration could look like the following:

```
'modules' => array(
    'Application',
    'DoctrineModule',
    'DoctrineORMModule',
    'CsnUser',
    'CsnAuthorization',
    'CsnCms'
)

```

4. Run `./vendor/bin/doctrine-module orm:schema-tool:update` to update the database schema (**Note:** You may need to force the update by adding ` --force` to the command). Then import the sample data located in `./vendor/coolcsn/CsnCms/data/SampleData.sql`. You can easily do that with *PhpMyAdmin* for instance.

> ### We are done, uh?
>
> [](#we-are-done-uh)

Navigate to ***\[hostname\]/csn-cms***. Enjoy :)

Dependencies
------------

[](#dependencies)

This Module depends on the following Modules:

- DoctrineORMModule
- CsnUser
- CsnAuthorization

Recommends
----------

[](#recommends)

- [coolcsn/CsnUser](https://github.com/coolcsn/CsnUser) - Authentication (login, registration) module.
- [coolcsn/CsnAuthorization](https://github.com/coolcsn/CsnAuthorization) - Authorization module.
- [coolcsn/CsnAclNavigation](https://github.com/coolcsn/CsnAclNavigation) - Navigation module;

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50.9% 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/e53636eeb1a7343d62c4f66f46bf318faf1041ab5bbfd2a5f87cb8477583010e?d=identicon)[wingman](/maintainers/wingman)

---

Top Contributors

[![schonkov](https://avatars.githubusercontent.com/u/3605034?v=4)](https://github.com/schonkov "schonkov (29 commits)")[![revov](https://avatars.githubusercontent.com/u/4138535?v=4)](https://github.com/revov "revov (22 commits)")[![atonevbg](https://avatars.githubusercontent.com/u/4909948?v=4)](https://github.com/atonevbg "atonevbg (3 commits)")[![coolcsn](https://avatars.githubusercontent.com/u/3388479?v=4)](https://github.com/coolcsn "coolcsn (1 commits)")[![StoyanPetkov](https://avatars.githubusercontent.com/u/974423?v=4)](https://github.com/StoyanPetkov "StoyanPetkov (1 commits)")[![wingman007](https://avatars.githubusercontent.com/u/203479?v=4)](https://github.com/wingman007 "wingman007 (1 commits)")

### Embed Badge

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

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

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)

PHPackages © 2026

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