phpfacile / group-by-tags
Dummy implementation of services to manage items (of any kind) that can be grouped by their tag values.
1.0.0
2018-10-22 13:14 UTC
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-03-22 03:32:08 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"
}