sunra/turbosms-bundle

为 Symfony2 优化的 Turbosms 包

安装数: 1,416

依赖者: 0

建议者: 0

安全: 0

星标: 1

关注者: 2

分支: 2

公开问题: 0

类型:symfony-bundle

0.1.0 2016-08-24 19:01 UTC

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