symfonycontrib / taxonomy-bundle
Symfony taxonomy management for content organization. (tags, categories, groups, types, etc.)
This package's canonical repository appears to be gone and the package has been frozen as a result.
Installs: 3 096
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 4
Open Issues: 0
Type:symfony-bundle
Requires
- components/tabledrag: ^0.5
- doctrine/doctrine-bundle: ^1.6
- doctrine/orm: ^2.5
- stof/doctrine-extensions-bundle: ^1.2
- symfony/symfony: ^3.0
- symfonycontrib/confirm-bundle: ^2.0
README
This code is part of the SymfonyContrib community.
SymfonyContrib Taxonomy Bundle
Symfony2 taxonomy management for content organization. (tags, categories, groups, types, etc.)
Features
- ... more to come.
Installation
1. Add the bundle to your composer.json
"require": {
...
"symfonycontrib/taxonomy-bundle": "@stable"
}
2. Install the bundle using composer
$ composer update symfonycontrib/taxonomy-bundle
3. Add this bundle to your application's kernel:
new SymfonyContrib\Bundle\TaxonomyBundle\TaxonomyBundle(),