phpfacile/group

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

Installs: 31

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/phpfacile/group

1.0.0 2018-10-22 13:13 UTC

This package is auto-updated.

Last update: 2025-10-06 11:57:30 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"
}