sunra / turbosms-bundle
为 Symfony2 优化的 Turbosms 包
0.1.0
2016-08-24 19:01 UTC
Requires
- php: >=5.3.9
- sunra/turbosms-soapgate-client-php: 0.4.0
- symfony/framework-bundle: ~2.8|~3.0
- symfony/yaml: ~2.8|~3.0
This package is auto-updated.
Last update: 2024-09-14 04:12:14 UTC
README
Turbosms 支持 Symfony 2
使用 https://github.com/sunra/turbosms-soapgate-client-php
安装
通过 Composer
添加到应用程序的内核
<?php public function registerBundles() { $bundles = array( // ... new Sunra\TurbosmsBundle\SunraTurbosmsBundle(), // ... ); ... }
配置
添加到 /app/config/config.yml
sunra_turbosms: charset: "%app_charset%" soap_client: login: 123456 password: 123456 sender: 123456