sunra/turbosms-bundle 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2012-11-30