PHPackages                             idci/partner-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/partner-bundle

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

idci/partner-bundle
===================

Symfony PartnerBundle

260PHP

Since Jul 4Pushed 12y ago4 watchersCompare

[ Source](https://github.com/IDCI-Consulting/PartnerBundle)[ Packagist](https://packagist.org/packages/idci/partner-bundle)[ RSS](/packages/idci-partner-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

PartnerBundle
=============

[](#partnerbundle)

A Partner Bundle for Symfony2

Content
=======

[](#content)

This bundle was developped for a specific project, but is made to suit with more. It allows to add Partners management in a project. You have also an API usable for web-service. With a partner comes locations, offers from partners, a partner category and social links. Feel free to contribute, fork this bundle and add what you need.

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

[](#installation)

To install this bundle please follow the next steps:

First add the dependencies to your `composer.json` file:

```
"require": {
    ...
    "pagerfanta/pagerfanta": "dev-master",
    "white-october/pagerfanta-bundle": "dev-master",
    "idci/partner-bundle": "dev-master"
},
```

And install the bundle with the command:

```
php composer.phar update
```

Enable the bundle in your application kernel:

```
