phpfacile/group

Interface of services to manage items (of any kind) that can be grouped (by any manner).

1.0.0 2018-10-22 13:13 UTC

This package is auto-updated.

Last update: 2024-09-06 09:25:34 UTC


README

Interface of services to manage items (of any kind) that can be grouped (by any manner).

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

Installation

At the root of your project type

composer require phpfacile/group

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

"require": {
    "phpfacile/group": "^1.0"
}