mhndev / taxonomy-term
taxonomy term implementation in php
Installs: 1 733
Dependents: 1
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- php: >=5.4.0
This package is auto-updated.
Last update: 2024-10-06 08:41:47 UTC
README
this php package intends to help with php projects which wants to implement category or tag system or even a system like drupal or wordpress taxonomy and term system.
database related implementations
this package is only bunch of interfaces and abstract functions. there are children packages which use this package and implement this structure for different PHP frameworks and ORMs.