PHPackages                             idci/genealogy-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. idci/genealogy-bundle

ActiveSymfony-bundle[Framework](/categories/framework)

idci/genealogy-bundle
=====================

Symfony GenealogyBundle

366PHP

Since Feb 12Pushed 12y ago5 watchersCompare

[ Source](https://github.com/IDCI-Consulting/GenealogyBundle)[ Packagist](https://packagist.org/packages/idci/genealogy-bundle)[ RSS](/packages/idci-genealogy-bundle/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

GenealogyBundle
===============

[](#genealogybundle)

The Genealogy Bundle aim to install a horse genealogy api.

Prerequisites
-------------

[](#prerequisites)

This bundle requires Symfony 2.3 or more.

Installation
============

[](#installation)

To install this bundle please follow the next steps:

First add the dependency in your `composer.json` file:

```
"require": {
    ...
    "idci/genealogy-bundle": "dev-master"
},
```

Then install the bundle with the command:

```
php composer update
```

Enable the bundles in your application kernel:

```
