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.
composer require dereuromark/cakephp-reactionsSee the Docs for setup and usage.
