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
Requires
- php: >=7.0.0
- psr/log: ^1.0.2
Requires (Dev)
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"
}