Skip to content

Implementation of the phpfacile/group-by-tags service to manage items (of any kind) that can be grouped by their tag values, using a database as backend (with zend-db).

License

Notifications You must be signed in to change notification settings

phpfacile/group-by-tags-db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHPFacile! Group-by-tags-db

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"
}

About

Implementation of the phpfacile/group-by-tags service to manage items (of any kind) that can be grouped by their tag values, using a database as backend (with zend-db).

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages