PHPackages                             humanized/yii2-content-tools-page - 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. humanized/yii2-content-tools-page

ActiveYii2-extension

humanized/yii2-content-tools-page
=================================

A simple content management system for creating pages using content-tools.

0691[1 issues](https://github.com/Humanized/yii2-content-tools-page/issues)PHP

Since Jun 22Pushed 9y ago1 watchersCompare

[ Source](https://github.com/Humanized/yii2-content-tools-page)[ Packagist](https://packagist.org/packages/humanized/yii2-content-tools-page)[ RSS](/packages/humanized-yii2-content-tools-page/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Yii2-Content Tools Page - README
================================

[](#yii2-content-tools-page---readme)

[![Yii2](https://camo.githubusercontent.com/d6b0929173e28cc627430d2519ca1853466a70f37395877eaf4820cb3e1e1909/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f506f77657265645f62792d5969695f4672616d65776f726b2d677265656e2e7376673f7374796c653d666c6174)](http://www.yiiframework.com/)

Provides a simple CMS framework for Yii2 using the content-tools text editor.

Features
--------

[](#features)

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

[](#installation)

### Install Using Composer

[](#install-using-composer)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
$ composer require humanized/yii2-content-tools-page "dev-master"

```

or add

```
"humanized/yii2-content-tools": "dev-master"

```

to the `require` section of your `composer.json` file.

### Add Module to Configuration

[](#add-module-to-configuration)

Add following lines to the configuration file:

```
'modules' => [
    'cms' => [
        'class' => 'humanized\contenttools\Module',
    ],
],
```

For full instructions how to configure this module, check the [CONFIG](CONFIG.md)-file.

### Run Migrations

[](#run-migrations)

```
$ php yii migrate/up --migrationPath=@vendor/humanized/yii2-content-tools/migrations
```

For full instructions on how to use this module, once configured, check the [USAGE](USAGE.md)-file.

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community8

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/1a07fca5b8f6fe268961a6744dbfd2175da8c785f5e26b2edaeb552f9bbcabd2?d=identicon)[jeffrey.geyssens](/maintainers/jeffrey.geyssens)

---

Top Contributors

[![jeffrico](https://avatars.githubusercontent.com/u/3632182?v=4)](https://github.com/jeffrico "jeffrico (19 commits)")

### Embed Badge

![Health badge](/badges/humanized-yii2-content-tools-page/health.svg)

```
[![Health](https://phpackages.com/badges/humanized-yii2-content-tools-page/health.svg)](https://phpackages.com/packages/humanized-yii2-content-tools-page)
```

PHPackages © 2026

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