PHPackages                             meax/ctags - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. meax/ctags

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

meax/ctags
==========

Classes for Tags in Anax-MVC

014PHP

Since Oct 4Pushed 10y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

ctags
=====

[](#ctags)

A module for tags 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/ctags": "dev-master",
    "mos/cdatabase": "dev-master"
},

```

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

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

[](#getting-started)

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

### `TagBasicController()`

[](#tagbasiccontroller)

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

- 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

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

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

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[christianbarkowsky/contao-protectedselect

Adds a new form select widget which hides the internal field values in the frontend

107.4k1](/packages/christianbarkowsky-contao-protectedselect)[rexxars/morse

Generate morse code (text and/or wav-audio)

113.2k](/packages/rexxars-morse)

PHPackages © 2026

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