imag/etherpad-bundle
Composer 安装命令:
composer require imag/etherpad-bundle
包简介
Symfony2 Bundle to use all Etherpad-lite API functions.
README 文档
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
统计信息
- 总下载量: 35
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: CeCILL
- 更新时间: 2014-03-10