dereuromark/cakephp-reactions

A CakePHP plugin for emoji/named reactions on any model

Maintainers

Package info

github.com/dereuromark/cakephp-reactions

Homepage

Type:cakephp-plugin

pkg:composer/dereuromark/cakephp-reactions

Statistics

Installs: 176

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

dev-master / 0.x-dev 2026-05-25 16:31 UTC

README

CI Coverage Status PHPStan Latest Stable Version Minimum PHP Version License Total Downloads Coding Standards

Reactions plugin for CakePHP applications.

This is the multiple-reactions-per-entity companion to dereuromark/cakephp-favorites, which handles the single-opinion star/like/favorite use case. For ratings, use dereuromark/cakephp-ratings.

Each reaction row stores a string reaction key in the reaction column. That key can be a literal emoji like 👍 or a named key like thumbsup. Set allowed if you want to restrict the accepted set.

Installation

composer require dereuromark/cakephp-reactions

See the Docs for setup and usage.