imag / etherpad-bundle
Symfony2 Bundle to use all Etherpad-lite API functions.
Installs: 35
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/imag/etherpad-bundle
Requires
- php: >=5.3.3
- symfony/symfony: >2.0
This package is auto-updated.
Last update: 2025-09-28 06:18:19 UTC
README
EtherpadBundle allows to use, in Symfony2 context, all Etherpad-lite API functions.
Contact
Nick: aways IRC: irc.freenode.net - #symfony-fr
Install
- Download with composer
- Enable the Bundle
- How to use ?
Get the Bundle
Composer
Add EtherpadBundle in your project's composer.json
{ "require": { "imag/etherpad-bundle": "2.0.*@stable" } }
Enable the Bundle
<?php // app/AppKernel.php public function registerBundles() { $bundles = array( // ... new IMAG\EtherpadBundle\IMAGEtherpadBundle(), ); }
How to use it ?
The documentation is here