PHPackages                             muffin/tags - 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. muffin/tags

ActiveCakephp-plugin[Framework](/categories/framework)

muffin/tags
===========

Tags plugin for CakePHP

2.0.0(2y ago)1810.1k14[4 issues](https://github.com/UseMuffin/Tags/issues)[3 PRs](https://github.com/UseMuffin/Tags/pulls)MITPHPCI failing

Since Apr 24Pushed 2y ago4 watchersCompare

[ Source](https://github.com/UseMuffin/Tags)[ Packagist](https://packagist.org/packages/muffin/tags)[ Docs](https://github.com/usemuffin/tags)[ RSS](/packages/muffin-tags/feed)WikiDiscussions master Synced today

READMEChangelog (5)Dependencies (5)Versions (9)Used By (0)

Tags
====

[](#tags)

[![Build Status](https://camo.githubusercontent.com/abec327dce6d14afa0b3bce093c74e5c43810629aa2a7d1ce8d14a29d6813446/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f5573654d756666696e2f546167732f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/UseMuffin/Tags)[![Coverage](https://camo.githubusercontent.com/bcb743f2604b54b3b7f87556fcfbe90d7191c4679f3c27bea93f8573d657abb0/68747470733a2f2f696d672e736869656c64732e696f2f636f6465636f762f632f6769746875622f5573654d756666696e2f546167732e7376673f7374796c653d666c61742d737175617265)](https://codecov.io/github/UseMuffin/Tags)[![Total Downloads](https://camo.githubusercontent.com/92e28eb7f0c1e4a529dec46ee4fb7754421cf427a45617b50230f91dc0cb7446/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d756666696e2f746167732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/muffin/tags)[![License](https://camo.githubusercontent.com/942e017bf0672002dd32a857c95d66f28c5900ab541838c6c664442516309c8a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e7376673f7374796c653d666c61742d737175617265)](LICENSE)

This plugin allows you to simply tag record in your database with multiple tags.

Install
-------

[](#install)

Using [Composer](http://getcomposer.org):

```
composer require muffin/tags

```

You then need to load the plugin. You can use the shell command:

```
bin/cake plugin load Muffin/Tags

```

or by manually adding the following line to `src/Application.php`:

```
$this->addPlugin('Muffin/Obfuscate');
```

Usage
-----

[](#usage)

Quick Start Guide
-----------------

[](#quick-start-guide)

You need to add the column *tag\_count* to the taggable table.

Then migrate the tables for the plugin:

```
bin/cake migrations migrate -p Muffin/Tags

```

Add the behavior:

```
$this->addBehavior('Muffin/Tags.Tag');
```

And in the view:

```
echo $this->Form->input('tags');
```

Enjoy tagging!

Patches &amp; Features
----------------------

[](#patches--features)

- Fork
- Mod, fix
- Test - this is important, so it's not unintentionally broken
- Commit - do not mess with license, todo, version, etc. (if you do change any, bump them into commits of their own that I can ignore when I pull)
- Pull request - bonus point for topic branches

To ensure your PRs are considered for upstream, you MUST follow the CakePHP coding standards.

Bugs &amp; Feedback
-------------------

[](#bugs--feedback)

License
-------

[](#license)

Copyright (c) 2015-Present, \[Use Muffin\] and licensed under [The MIT License](http://www.opensource.org/licenses/mit-license.php).

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance16

Infrequent updates — may be unmaintained

Popularity33

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 67.1% 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

Every ~466 days

Recently: every ~335 days

Total

7

Last Release

1012d ago

Major Versions

1.1.0 → 2.0.0-beta2020-01-22

1.1.1 → 2.0.02023-09-25

### Community

Maintainers

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

---

Top Contributors

[![ADmad](https://avatars.githubusercontent.com/u/142658?v=4)](https://github.com/ADmad "ADmad (47 commits)")[![josegonzalez](https://avatars.githubusercontent.com/u/65675?v=4)](https://github.com/josegonzalez "josegonzalez (13 commits)")[![jadb](https://avatars.githubusercontent.com/u/33527?v=4)](https://github.com/jadb "jadb (5 commits)")[![matthiasmoritz](https://avatars.githubusercontent.com/u/1984982?v=4)](https://github.com/matthiasmoritz "matthiasmoritz (3 commits)")[![barb-grm](https://avatars.githubusercontent.com/u/254740368?v=4)](https://github.com/barb-grm "barb-grm (1 commits)")[![stickler-ci](https://avatars.githubusercontent.com/u/16011037?v=4)](https://github.com/stickler-ci "stickler-ci (1 commits)")

---

Tags

cakephptagsmuffin

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/muffin-tags/health.svg)

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

###  Alternatives

[cakephp/migrations

Database Migration plugin for CakePHP

13812.9M298](/packages/cakephp-migrations)[cakephp/core

CakePHP Framework Core classes

6128.7M63](/packages/cakephp-core)[composer/installers

A multi-framework Composer library installer

1.4k143.6M6.8k](/packages/composer-installers)[cakephp/authentication

Authentication plugin for CakePHP

1214.1M106](/packages/cakephp-authentication)[cakephp/orm

CakePHP ORM - Provides a flexible and powerful ORM implementing a data-mapper pattern.

151252.5k83](/packages/cakephp-orm)[cakephp/debug_kit

CakePHP Debug Kit

86314.7M171](/packages/cakephp-debug-kit)

PHPackages © 2026

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