Skip to content

Symfony2 taxonomy management for content organization. (tags, categories, groups, types, etc.)

License

Notifications You must be signed in to change notification settings

matuskopo/TaxonomyBundle

 
 

Repository files navigation

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(),

Configuration

Usage

About

Symfony2 taxonomy management for content organization. (tags, categories, groups, types, etc.)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 85.9%
  • HTML 10.5%
  • JavaScript 3.6%