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
Requires
- php: >=7.0.0
- psr/log: ^1.0.2
Requires (Dev)
This package is auto-updated.
Last update: 2025-03-06 10:44:13 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"
}