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. Email us for help if needed.
Package info
github.com/SymfonyContrib/TaxonomyBundle
Type:symfony-bundle
pkg:composer/symfonycontrib/taxonomy-bundle
v0.8.3
2018-05-09 15:43 UTC
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
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
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(),