sunra/turbosms-bundle
最新稳定版本:0.1.0
Composer 安装命令:
composer require sunra/turbosms-bundle
包简介
A Turbosms bundle for Symfony2
关键字:
README 文档
README
Turbosms support for Symfony 2
Uses https://github.com/sunra/turbosms-soapgate-client-php
Intallation:
via Composer:
Add to your application's kernel:
<?php public function registerBundles() { $bundles = array( // ... new Sunra\TurbosmsBundle\SunraTurbosmsBundle(), // ... ); ... }
Configuration:
add to /app/config/config.yml
sunra_turbosms: charset: "%app_charset%" soap_client: login: 123456 password: 123456 sender: 123456
统计信息
- 总下载量: 1.55k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2012-11-30