phpfacile/group-by-tags

Dummy implementation of services to manage items (of any kind) that can be grouped by their tag values.

1.0.0 2018-10-22 13:14 UTC

This package is auto-updated.

Last update: 2024-04-22 01:38:43 UTC


README

Dummy implementation of services to manage items (of any kind) that can be grouped by their tag values.

An example of implementation can be find under (https://github.com/phpfacile/group-by-tags-db).

Installation

At the root of your project type

composer require phpfacile/group-by-tags

Or add "phpfacile/group-by-tags": "^1.0" to the "require" part of your composer.json file

"require": {
    "phpfacile/group-by-tags": "^1.0"
}