imag/etherpad-bundle

Symfony2 Bundle to use all Etherpad-lite API functions.

v2.0.4 2014-03-10 10:25 UTC

This package is auto-updated.

Last update: 2024-03-28 03:20:00 UTC


README

EtherpadBundle allows to use, in Symfony2 context, all Etherpad-lite API functions.

Contact

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

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

{
    "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