PHPackages                             imag/etherpad-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. imag/etherpad-bundle

ActiveLibrary[API Development](/categories/api)

imag/etherpad-bundle
====================

Symfony2 Bundle to use all Etherpad-lite API functions.

v2.0.4(12y ago)135CeCILLPHPPHP &gt;=5.3.3

Since Mar 10Pushed 12y ago1 watchersCompare

[ Source](https://github.com/BorisMorel/EtherpadBundle)[ Packagist](https://packagist.org/packages/imag/etherpad-bundle)[ Docs](http://github.com/BorisMorel/EtherpadBundle)[ RSS](/packages/imag-etherpad-bundle/feed)WikiDiscussions 2.0 Synced 1mo ago

READMEChangelogDependencies (1)Versions (4)Used By (0)

EtherpadBundle
==============

[](#etherpadbundle)

EtherpadBundle allows to use, in Symfony2 context, all Etherpad-lite [API](https://github.com/ether/etherpad-lite/wiki/HTTP-API) functions.

Contact
-------

[](#contact)

Nick: aways IRC: irc.freenode.net - #symfony-fr

Install
-------

[](#install)

1. Download with composer
2. Enable the Bundle
3. How to use ?

### Get the Bundle

[](#get-the-bundle)

### Composer

[](#composer)

Add EtherpadBundle in your project's `composer.json`

```
{
    "require": {
        "imag/etherpad-bundle": "2.0.*@stable"
    }
}
```

### Enable the Bundle

[](#enable-the-bundle)

```
