PHPackages                             mremi/dolist-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. [API Development](/categories/api)
4. /
5. mremi/dolist-bundle

ActiveSymfony-bundle[API Development](/categories/api)

mremi/dolist-bundle
===================

Implementation of Dolist library for Symfony2

v1.0.0(12y ago)0487MITPHPPHP &gt;=5.3.3

Since Jul 20Pushed 11y ago1 watchersCompare

[ Source](https://github.com/mremi/DolistBundle)[ Packagist](https://packagist.org/packages/mremi/dolist-bundle)[ Docs](https://github.com/mremi/DolistBundle)[ RSS](/packages/mremi-dolist-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

MremiDolistBundle
=================

[](#mremidolistbundle)

[![SensioLabsInsight](https://camo.githubusercontent.com/8d39620353e424e0e3b56b1fada47bf136892fcdd20ec70a075cad05e0631791/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f38396332346535312d393839362d346139622d393431392d3738386432636137623234612f6269672e706e67)](https://insight.sensiolabs.com/projects/89c24e51-9896-4a9b-9419-788d2ca7b24a)

[![Build Status](https://camo.githubusercontent.com/f7c5ce7b2e0d24b7f4dc381b57e7e1f9ada0e148d8bd135fd5d95a247e1ee218/68747470733a2f2f6170692e7472617669732d63692e6f72672f6d72656d692f446f6c69737442756e646c652e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/mremi/DolistBundle)[![Total Downloads](https://camo.githubusercontent.com/cfc4d62ff3a607ad9086fc1b526a026b79aee39726db9b3bbfefa36ec66b7aea/68747470733a2f2f706f7365722e707567782e6f72672f6d72656d692f646f6c6973742d62756e646c652f646f776e6c6f6164732e706e67)](https://packagist.org/packages/mremi/dolist-bundle)[![Latest Stable Version](https://camo.githubusercontent.com/38cc0622b998df9b16408d383d657657c1bf2a3070e41baebb07c17acf5e3993/68747470733a2f2f706f7365722e707567782e6f72672f6d72656d692f646f6c6973742d62756e646c652f762f737461626c652e706e67)](https://packagist.org/packages/mremi/dolist-bundle)

This bundle implements the [Dolist](https://github.com/mremi/Dolist) library for Symfony2.

License
-------

[](#license)

This bundle is available under the [MIT license](Resources/meta/LICENSE).

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

[](#prerequisites)

This version of the bundle requires Symfony 2.1+.

**Basic Docs**

- [Installation](#installation)
- [Add a contact](#add-contact)
- [Retrieve contacts](#retrieve-contacts)
- [Contribution](#contribution)

Installation
------------

[](#installation)

Installation is a quick 3 step process:

1. Download MremiDolistBundle using composer
2. Enable the Bundle
3. Configure the MremiDolistBundle

### Step 1: Download MremiDolistBundle using composer

[](#step-1-download-mremidolistbundle-using-composer)

Add MremiDolistBundle in your composer.json:

```
{
    "require": {
        "mremi/dolist-bundle": "dev-master"
    }
}
```

Now tell composer to download the bundle by running the command:

```
$ php composer.phar update mremi/dolist-bundle
```

Composer will install the bundle to your project's `vendor/mremi` directory.

### Step 2: Enable the bundle

[](#step-2-enable-the-bundle)

Enable the bundle in the kernel:

```
