PHPackages                             ragaga/yii2-content - 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. ragaga/yii2-content

AbandonedArchivedYii2-extension[Framework](/categories/framework)

ragaga/yii2-content
===================

Yii 2 content control module with nested set

0301PHP

Since Mar 11Pushed 11y ago1 watchersCompare

[ Source](https://github.com/Ragaga/yii2-content)[ Packagist](https://packagist.org/packages/ragaga/yii2-content)[ RSS](/packages/ragaga-yii2-content/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Yii 2 Content
=============

[](#yii-2-content)

Yii 2 Content - Content module based on nested set tree;

Features
--------

[](#features)

- Easy install
- Work with seo tags
- Work with images
- Tree

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

[](#installation)

- Install package via [composer](http://getcomposer.org/download/) `"ragaga/yii2-content": "dev-master"`
- Update config file *config/web.php*

```
// app/config/web.php
return [
    'modules' => [
        'content' => [
                    'class' => 'ragaga\yii2\content\Content',
                    'imageDir' => "@app/web/image", // Image for upload files
                    'imageUrl' => "/image" // Url to images
                ],
    ],
];
```

- Run migration file
    - `php yii migrate --migrationPath=@vendor/ragaga/yii2-content/migrations`
- Go to your application in your browser
    - `http://localhost/pathtoapp/content/admin`
- Create your page content

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

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

---

Top Contributors

[![Ragaga](https://avatars.githubusercontent.com/u/1582216?v=4)](https://github.com/Ragaga "Ragaga (15 commits)")

### Embed Badge

![Health badge](/badges/ragaga-yii2-content/health.svg)

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

###  Alternatives

[laravel/dusk

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

1.9k39.6M299](/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)
