PHPackages                             meax/ccontent - 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. meax/ccontent

ActiveLibrary[Framework](/categories/framework)

meax/ccontent
=============

Classes for Content Managment in Anax-MVC

v1.0(10y ago)013MITPHPPHP &gt;=5.4

Since Sep 20Pushed 10y ago1 watchersCompare

[ Source](https://github.com/mariajonsson/ccontent)[ Packagist](https://packagist.org/packages/meax/ccontent)[ Docs](http://mariajonsson.com)[ RSS](/packages/meax-ccontent/feed)WikiDiscussions master Synced 1mo ago

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

ccontent
========

[](#ccontent)

A module for basic content management in Anax-MVC

Requires CDatabase to work (mos/cdatabase) .

To install with Composer and Packagist, add cdatabase and ccontent to your composer.json file in Anax.

```
"require": {
    "php": ">=5.4",
    "meax/ccontent": "dev-master",
    "mos/cdatabase": "dev-master"
},

```

Before you can use CContent the database need to be configured, look at the CDatabase documentation.

Getting started
---------------

[](#getting-started)

Move the example file `basiccontent.php` to your Anax-MVC webroot folder to try the module. The package also includes view templates needed by the `basiccontent.php` file. You need to move the files from `cdatabase\view\content` to `app\view\content` in Anax-MVC.

### `ContentBasicController()`

[](#contentbasiccontroller)

`basiccontent.php` demonstrates some of the methods of the controller `ContentBasicController()`:

- Setup database with test data, `setupPopulateAction()`
- See contents, `listAction()`
- Add new content, `addAction()`

Before you can see contents or add new contents you need to set up the database with `setupPopulateAction` or `setupAction`.

There is also functionality to view a single content post, `idAction($id)` and to edit a post `updateAction($id)`.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

3893d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

phpcmseducation

### Embed Badge

![Health badge](/badges/meax-ccontent/health.svg)

```
[![Health](https://phpackages.com/badges/meax-ccontent/health.svg)](https://phpackages.com/packages/meax-ccontent)
```

###  Alternatives

[luyadev/luya

LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike.

8086.9k2](/packages/luyadev-luya)[oleksandr-torosh/yona-cms

Yona CMS - open source content management system (CMS). Written in Phalcon PHP Framework (v 1.3.x). Has a convenient modular structure. Has simple configuration and architecture. Can be easily modified for any task with any loads.

3652.1k](/packages/oleksandr-torosh-yona-cms)[luyadev/luya-module-cms

The LUYA CMS module provides a full functional Content Management System for adding contents based on blocks.

32176.1k18](/packages/luyadev-luya-module-cms)[kompo/kompo

Laravel &amp; Vue.js FullStack Components for Rapid Application Development

11812.4k21](/packages/kompo-kompo)[tomatophp/filament-cms

Full CMS System with support of importing integrations and multi meta functions

11410.4k4](/packages/tomatophp-filament-cms)

PHPackages © 2026

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