tsslabs/vresh-twilio-bundle
Composer 安装命令:
composer require tsslabs/vresh-twilio-bundle
包简介
Symfony VreshTwilioBundle enhanced
关键字:
README 文档
README
About
TBD
Installation
Add this to your debs file
[VreshTwilioBundle]
git=http://github.com/Vreshware/VreshTwilioBundle.git
target=/bundles/Vresh/VreshTwilioBundle
version=origin/master
Register the namespace in your app/autoload.php
$loader->registerNamespaces(array(
//Other namespaces
'Vresh' => __DIR__.'/../vendor/bundles',
));
Add the bundle to app/AppKernel.php
$bundles = array(
// ... other bundles
new Vresh\TwilioBundle\VreshTwilioBundle(),
);
Configuration
TBD
Usage
TBD
Copyright
TBD
统计信息
- 总下载量: 1.33k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2013-02-04