承接 odinshat/yii-clickatell-smscomponent 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

odinshat/yii-clickatell-smscomponent

Composer 安装命令:

composer require odinshat/yii-clickatell-smscomponent

包简介

Yii component for interfacing with the Clickatell SMS HTTP API

README 文档

README

A component for the Yii framework using the Clickatell HTTP API.

Able to send single SMS or start a batch session and send batch text messages. See the Clickatell HTTP API documentation for further details on what this entails.

Installation

1. Copy SendSmsComponent.php

Copy the main SendSmsComponent.php file into your appfolder/components directory.

2. Complete Configuration

In your Yii config file under the components section be sure to add the following details within components as a seperate settings array called smsSend:

    'components'=>array(
        'smsSend'=>array(
            'class' => 'application.components.SendSmsComponent',
            'api_user'  => 'API username',
            'api_pass'  => 'API password',
            'api_from'  => 'FromName',
            'api_id'    => 0000000
        ),
        [...]
    ),

Usage

Sending a single text

$sms = Yii::app()->smsSend;
$sms->postSms('070000000', "Some message", "SenderName");

Getting query coverage for a phone number

$sms = Yii::app()->smsSend;
if($sms->queryCoverage(070000000)){
    echo 'Can send';
}

Sending batch messages

To follow. It is possible to do if you can work with the source to figure it yourself until I can extract an example from our exiting system.

Further Information

统计信息

  • 总下载量: 13
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

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

其他信息

  • 授权协议: BSD
  • 更新时间: 2014-04-25

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固