imag / etherpad-bundle
Symfony2 Bundle to use all Etherpad-lite API functions.
v2.0.4
2014-03-10 10:25 UTC
Requires
- php: >=5.3.3
- symfony/symfony: >2.0
This package is auto-updated.
Last update: 2024-10-28 04:33:31 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