2017 © Pedro Peláez
 

yii2-extension yii2-rbtsms

RBT SMS Component

image

rbt/yii2-rbtsms

RBT SMS Component

  • Wednesday, September 6, 2017
  • by saikumarkunchaa
  • Repository
  • 0 Watchers
  • 0 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

RBT SMS

RBT SMS Component, (*1)

Installation

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

Either run, (*3)

php composer.phar require --prefer-dist rbt/yii2-rbtsms "*"

or add, (*4)

"rbt/yii2-rbtsms": "*"

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

Configuration

To use this extension, you have to configure the Connection class in your application configuration:, (*6)

return [ //.... 'components' => [ 'sms' => [ 'class' => '\rbt\sms\Sms', 'APIKEY' => 'apikey', 'SENDER_NAME' => 'sms sender name', 'SMS_URL'=>'sms service url'
], ] ];, (*7)

Usage

Once the extension is installed, simply use it in your code by :, (*8)

php <?= \rbt\sms\Sms::SmsSend($phone_number,$message); ?>, (*9)

The Versions

06/09 2017

dev-master

9999999-dev

RBT SMS Component

  Sources   Download

BSD-3-Clause

The Requires

 

by rbt

extension yii2

06/09 2017

1.1.0

1.1.0.0

RBT SMS Component

  Sources   Download

BSD-3-Clause

The Requires

 

by rbt

extension yii2

05/09 2017

1.0.1

1.0.1.0

RBT SMS Component

  Sources   Download

BSD-3-Clause

The Requires

 

by rbt

extension yii2

05/09 2017

1.0.0

1.0.0.0

RBT SMS Component

  Sources   Download

BSD-3-Clause

The Requires

 

by rbt

extension yii2