imag / etherpad-bundle
Symfony2 Bundle 用于使用所有 Etherpad-lite API 功能。
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-08-28 04:11:21 UTC
README
EtherpadBundle 允许在 Symfony2 环境中使用所有 Etherpad-lite API 功能。
联系方式
昵称:aways IRC:irc.freenode.net - #symfony-fr
安装
- 使用 composer 下载
- 启用 Bundle
- 如何使用?
获取 Bundle
Composer
在项目的 composer.json
中添加 EtherpadBundle
{ "require": { "imag/etherpad-bundle": "2.0.*@stable" } }
启用 Bundle
<?php // app/AppKernel.php public function registerBundles() { $bundles = array( // ... new IMAG\EtherpadBundle\IMAGEtherpadBundle(), ); }
如何使用它?
文档在这里:这里