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

ActiveCakephp-plugin[Framework](/categories/framework)

eugenec138/cakephp-cms
======================

Cms plugin for CakePHP

v1.0.4(3y ago)06MITPHP

Since Jun 30Pushed 3y ago1 watchersCompare

[ Source](https://github.com/EugeneMakita/cakephp-cms)[ Packagist](https://packagist.org/packages/eugenec138/cakephp-cms)[ RSS](/packages/eugenec138-cakephp-cms/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (5)Versions (2)Used By (0)

Cms plugin for CakePHP
======================

[](#cms-plugin-for-cakephp)

[![Build Status](https://camo.githubusercontent.com/9cbb74dcb92d38c7c315d51366b4dee0a8ef648c23069b4e3713a86bcf8b6b09/68747470733a2f2f7472617669732d63692e6f72672f516f626f4c74642f63616b657068702d636d732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/QoboLtd/cakephp-cms)[![Latest Stable Version](https://camo.githubusercontent.com/e6eb0ed4ad05b5177723aaa083dabcecac466ab46eac6e227b790ccf3af68a50/68747470733a2f2f706f7365722e707567782e6f72672f716f626f2f63616b657068702d636d732f762f737461626c65)](https://packagist.org/packages/qobo/cakephp-cms)[![Total Downloads](https://camo.githubusercontent.com/0bce3668a14fc68a00e0b87f791f3d46da7bbd00250f86e2ee87b87c34989e81/68747470733a2f2f706f7365722e707567782e6f72672f716f626f2f63616b657068702d636d732f646f776e6c6f616473)](https://packagist.org/packages/qobo/cakephp-cms)[![Latest Unstable Version](https://camo.githubusercontent.com/ffeb9c8a6845d49cbc592b60ed2f0e68030b6cd87585d389515e336b18d50666/68747470733a2f2f706f7365722e707567782e6f72672f716f626f2f63616b657068702d636d732f762f756e737461626c65)](https://packagist.org/packages/qobo/cakephp-cms)[![License](https://camo.githubusercontent.com/a5b8a17f350603f24a22efef04cdb526045e93f429072c42bf104b88ae554f2b/68747470733a2f2f706f7365722e707567782e6f72672f716f626f2f63616b657068702d636d732f6c6963656e7365)](https://packagist.org/packages/qobo/cakephp-cms)[![codecov](https://camo.githubusercontent.com/49230e34578c0698eb93cb402d2a710f962d649ce0b2b4e45a1064837e8c4f56/68747470733a2f2f636f6465636f762e696f2f67682f516f626f4c74642f63616b657068702d636d732f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/QoboLtd/cakephp-cms)

About
-----

[](#about)

Content management plugin for CakePHP 3+.

Developed by [Qobo](https://www.qobo.biz), used in [Qobrix](https://qobrix.com).

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

[](#requirements)

**Plugins:**

- [Cakephp-Tinymce-Elfinder](https://github.com/hashmode/cakephp-tinymce-elfinder)
- [UseMuffin/Slug](https://github.com/UseMuffin/Slug)
- [UseMuffin/Trash](https://github.com/UseMuffin/Trash)

Setup
-----

[](#setup)

You can install this plugin into your CakePHP application using [composer](http://getcomposer.org).

The recommended way to install composer packages is:

Install plugin

```
composer require qobo/cakephp-cms

```

Load required plugins

```
bin/cake plugin load Qobo/Utils --bootstrap
bin/cake plugin load Muffin/Trash
bin/cake plugin load Muffin/Slug
bin/cake plugin load Burzum/FileStorage
bin/cake plugin load CakephpTinymceElfinder --routes

```

Load plugin

```
bin/cake plugin load Cms --routes --bootstrap

```

Run migrations

```
bin/cake migrations migrate -p Burzum/FileStorage
bin/cake migrations migrate -p Cms

```

Configure AdminLTE theme as per the instructions in [Qobo/Utils](https://github.com/QoboLtd/cakephp-utils/) plugin.

Load CakePHP TinyMCE elFinder helper from `initialize()` method of `src/View/AppView.php`:

```
public function initialize()
{
    $this->loadHelper('Form', ['className' => 'AdminLTE.Form']);
    $this->loadHelper('CakephpTinymceElfinder.TinymceElfinder');
}
```

To load site management UI component add below lines to your application's bootstrap file.

```
// config/bootstrap.php
use Cake\Event\EventManager;
use Cms\Event\View\SitesManageListener;
EventManager::instance()->on(new SitesManageListener());
```

Note, that some of the plugin functionality relies on user authentication being implemented. You can either follow the instructions [here](https://book.cakephp.org/3.0/en/tutorials-and-examples/blog-auth-example/auth.html)or update the references to the Auth component in relevant controllers, models, and template.

Once all is done, navigate to `/cms/sites/` to get started with the content management.

WYSIWYG editor
--------------

[](#wysiwyg-editor)

The plugin's WYSIWYG editor is [tinyMCE 4.\*](https://www.tinymce.com) which is used to create/edit the article content.

Documentation
-------------

[](#documentation)

For documentation see the [docs](docs/README.md) directory of this repository.

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1099d ago

### Community

Maintainers

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

---

Top Contributors

[![EugeneMakita](https://avatars.githubusercontent.com/u/73113215?v=4)](https://github.com/EugeneMakita "EugeneMakita (5 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[laravel/dusk

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

1.9k39.6M300](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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