2017 © Pedro Peláez
 

yii2-extension yii2-turbosms

A Yii2 component for working with TurboSMS.ua SOAP service

image

kop/yii2-turbosms

A Yii2 component for working with TurboSMS.ua SOAP service

  • Monday, October 20, 2014
  • by kop
  • Repository
  • 1 Watchers
  • 1 Stars
  • 1,850 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 85 % Grown

The README.md

Yii2 TurboSMS

TurboSMS component gives you an ability to send SMS messages via TurboSMS.ua SMS gateway., (*1)

This component is built with use of TurboSMS SOAP service., (*2)

Latest Stable Version Code Climate Scrutinizer Code Quality Version Eye License, (*3)

Requirements

  • Yii 2.0
  • PHP 5.4
  • PHP extension SOAP

Installation

The preferred way to install this extension is through Composer., (*4)

Either run, (*5)

php composer.phar require kop/yii2-turbosms "dev-master", (*6)

or add, (*7)

"kop/yii2-turbosms": "dev-master", (*8)

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

Setup

All you need is to declare a new component in your application configuration file like follows:, (*10)

return [
    ...
    'components' => [
        ...
        'sms' => [
            'class' => '\kop\y2ts\TurboSMS',
            'username' => '<<< YOUR USERNAME HERE >>>'
            'password' => '<<< YOUR PASSWORD HERE >>>',
            'alphaName' => 'MyWebsite',
        ]
        ...
    ]
    ...
];

Configuration

username

The username used for authentication on TurboSMS SOAP service., (*11)

password

The password used for authentication on TurboSMS SOAP service., (*12)

alphaName

The name that users will see as the message sender name., (*13)

Usage

As simple as:, (*14)

Yii::$app->sms->send(['+380501234567', '+380502345678'], 'Hello world!');

Please refer to the class documentation for more methods and options., (*15)

Report

License

yii2-turbosms is released under the MIT License. See the bundled LICENSE.md for details., (*16)

Resources

The Versions

20/10 2014

dev-master

9999999-dev http://kop.github.io/yii2-turbosms/

A Yii2 component for working with TurboSMS.ua SOAP service

  Sources   Download

MIT

The Requires

 

by Ivan Koptiev

yii2 sms soap turbosms

20/10 2014

1.0.2

1.0.2.0 http://kop.github.io/yii2-turbosms/

A Yii2 component for working with TurboSMS.ua SOAP service

  Sources   Download

MIT

The Requires

 

by Ivan Koptiev

yii2 sms soap turbosms

05/09 2014

1.0.1

1.0.1.0 http://kop.github.io/yii2-turbosms/

A Yii2 component for working with TurboSMS.ua SOAP service

  Sources   Download

MIT

The Requires

 

by Ivan Koptiev

yii2 sms soap turbosms

05/09 2014

1.0

1.0.0.0 http://kop.github.io/yii2-turbosms/

A Yii2 component for working with TurboSMS.ua SOAP service

  Sources   Download

MIT

The Requires

 

by Ivan Koptiev

yii2 sms soap turbosms