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

[coffeecode/paginator

Paginator is simple and is ready to generate results navigation in your application

59658.1k1](/packages/coffeecode-paginator)[intrfce/laravel-frontend-enums

Stop using 'magic' strings/numbers in your frontend Javascript and use your actual application enums instead.

2320.6k](/packages/intrfce-laravel-frontend-enums)[ofbeaton/phpami

Asterisk Manager Interface (AMI) for PHP 5.4+ supporting legacy v1.4 to v13 with no thrills.

1637.3k](/packages/ofbeaton-phpami)[djoudi/laravel-h5p

H5P Plugin for Laravel platform - Updated for Laravel 12

221.6k](/packages/djoudi-laravel-h5p)

PHPackages © 2026

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