phpfacile / group-by-tags
Dummy implementation of services to manage items (of any kind) that can be grouped by their tag values.
Installs: 19
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/phpfacile/group-by-tags
Requires
- php: >=7.0.0
- phpfacile/group: ^1.0.0
Requires (Dev)
- phpunit/phpunit: ^6.2
- squizlabs/php_codesniffer: 3.*
- zendframework/zend-log: ^2.10.0
This package is auto-updated.
Last update: 2025-09-22 04:34:09 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"
}