dereuromark / cakephp-tags
Tags plugin for CakePHP
Package info
github.com/dereuromark/cakephp-tags
Type:cakephp-plugin
pkg:composer/dereuromark/cakephp-tags
Requires
- php: >=8.2
- cakephp/cakephp: ^5.1.1
Requires (Dev)
- cakephp/migrations: ^5.0.0
- dereuromark/cakephp-tools: ^3.0.0
- fig-r/psr2r-sniffer: dev-master
- phpunit/phpunit: ^11.5 || ^12.1 || ^13.0
Conflicts
- cakephp/migrations: <4.5
- dev-master
- 3.0.1
- 3.0.0
- 2.4.0
- 2.3.1
- 2.3.0
- 2.2.0
- 2.1.0
- 2.0.1
- 2.0.0
- 2.0.0-RC
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.0
- 1.0.0-rc
- 1.0.0-beta
- 0.5.6
- 0.5.5
- 0.5.4
- 0.5.3
- 0.5.2
- 0.5.1
- 0.5.0
- 0.4.3
- 0.4.2
- 0.4.1
- 0.4.0
- 0.3.2
- 0.3.1
- 0.3.0
- 0.2.1
- 0.2.0
- 0.1.1
- 0.1.0
- dev-tags-strategic
- dev-tags-bug-batch
- dev-cake4
- dev-cake3
This package is auto-updated.
Last update: 2026-05-12 08:31:44 UTC
README
Make tagging of entities a piece of cake.
This branch is for CakePHP 5.1+. For details see version map.
Upgrading from 2.x? See UPGRADE.md for the v3 migration notes.
Install
Using Composer:
composer require dereuromark/cakephp-tags
Load the plugin:
bin/cake plugin load Tags
Also don't forget to run migration (e.g. using Migrations plugin):
bin/cake migrations migrate -p Tags
Demo
See Sandbox @ https://sandbox.dereuromark.de/sandbox/tags
Admin Backend
The plugin ships with an admin backend under the Admin prefix at /admin/tags.
Tutorial and Blog Post: https://www.dereuromark.de/2018/07/12/tutorial-cakephp-tagging/
Documentation
For documentation, as well as tutorials, see the docs directory of this repository.

