2017 © Pedro Peláez
 

library etherpad-bundle

Symfony2 Bundle to use all Etherpad-lite API functions.

image

imag/etherpad-bundle

Symfony2 Bundle to use all Etherpad-lite API functions.

  • Monday, March 10, 2014
  • by BorisMorel
  • Repository
  • 1 Watchers
  • 1 Stars
  • 23 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

EtherpadBundle

EtherpadBundle allows to use, in Symfony2 context, all Etherpad-lite API functions., (*1)

Contact

Nick: aways IRC: irc.freenode.net - #symfony-fr, (*2)

Install

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

Get the Bundle

Composer

Add EtherpadBundle in your project's composer.json, (*3)

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

Enable the Bundle

``` php <?php // app/AppKernel.php, (*4)

public function registerBundles() { $bundles = array( // ... new IMAG\EtherpadBundle\IMAGEtherpadBundle(), ); } ```, (*5)

How to use it ?

The documentation is here, (*6)

The Versions

10/03 2014

2.0.x-dev

2.0.9999999.9999999-dev http://github.com/BorisMorel/EtherpadBundle

Symfony2 Bundle to use all Etherpad-lite API functions.

  Sources   Download

CeCILL

The Requires

 

10/03 2014

dev-master

9999999-dev http://github.com/BorisMorel/EtherpadBundle

Symfony2 Bundle to use all Etherpad-lite API functions.

  Sources   Download

CeCILL

The Requires

 

10/03 2014

v2.0.4

2.0.4.0 http://github.com/BorisMorel/EtherpadBundle

Symfony2 Bundle to use all Etherpad-lite API functions.

  Sources   Download

CeCILL

The Requires

 

10/03 2014

v2.0.3

2.0.3.0 http://github.com/BorisMorel/EtherpadBundle

Symfony2 Bundle to use all Etherpad-lite API functions.

  Sources   Download

CeCILL

The Requires