phpfacile / group-by-tags-db
Implementation of services to manage items (of any kind) that can be grouped by their tag values, using a database as backend (with zend-db).
1.0.0
2019-01-21 15:15 UTC
Requires
- php: >=7.0.0
- phpfacile/data-package-table-schema-db: ^1.0.0
- phpfacile/group-by-tags: ^1.0.0
- zendframework/zend-db: ^2.5
Requires (Dev)
- phpunit/dbunit: ^3.0
- phpunit/phpunit: ^6.2
- squizlabs/php_codesniffer: 3.*
- zendframework/zend-log: ^2.10.0
This package is auto-updated.
Last update: 2025-03-22 05:40:10 UTC
README
Implementation of phpfacile/group-by-tag (https://github.com/phpfacile/group-by-tags) with a database as backend (using zend-db). This service can be used to manage items (of any kind) that can be grouped by their tag values.
Installation
At the root of your project type
composer require phpfacile/group-by-tags-db
Or add "phpfacile/group-by-tags-db": "^1.0" to the "require" part of your composer.json file
"require": {
"phpfacile/group-by-tags-db": "^1.0"
}