2017 © Pedro Peláez
 

yii2-extension yii2-mobilesmser

SMS extension for yii2

image

liangzoe/yii2-mobilesmser

SMS extension for yii2

  • Thursday, September 10, 2015
  • by zoeliang
  • Repository
  • 1 Watchers
  • 0 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

yii2-smser

Send text messages with api of SMS platform, (*1)

Installation

The preferred way to install this extension is through composer., (*2)

Either run, (*3)

php composer.phar require liangzoe/yii2-mobilesmser "*"

or add, (*4)

"liangzoe/yii2-mobilesmser": "*"

to the require section of your composer.json file., (*5)

Usage

  1. Let 's add into Component config in your main config file

```` 'smser' => [ 'smser' => [ 'class' => 'liangzoe\mobilesmser\TextSmser', 'url' => '', 'username' => '', 'password' => '', ], ],, (*6)

use in phpfile Yii::$app->smser->sendSMS('手机号码', '短信内容');, (*7)

'''reference in the view''' Countdown with jquery, (*8)

The Versions

10/09 2015

dev-master

9999999-dev

SMS extension for yii2

  Sources   Download

BSD-3-Clause

The Requires

 

by zoe

extension yii2 smser

10/09 2015

v1.0

1.0.0.0

SMS extension for yii2

  Sources   Download

BSD-3-Clause

The Requires

 

by zoe

extension yii2 smser

10/09 2015

v1.1

1.1.0.0

SMS extension for yii2

  Sources   Download

BSD-3-Clause

The Requires

 

by zoe

extension yii2 smser