2017 © Pedro Peláez
 

yii2-extension yii2-epochtasms

Send SMS by epochtasms

image

pashkinz92/yii2-epochtasms

Send SMS by epochtasms

  • Wednesday, August 31, 2016
  • by Pashkinz92
  • Repository
  • 2 Watchers
  • 1 Stars
  • 3,320 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 6 Versions
  • 20 % Grown

The README.md

Send SMS by epochtasms

Send SMS by epochtasms, (*1)

Installation

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

Either run, (*3)

php composer.phar require --prefer-dist pashkinz92/yii2-epochtasms "*"

or add, (*4)

"pashkinz92/yii2-epochtasms": "*"

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

Usage

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

'components' => [
...
    'epochtasms'=>[
                'class' => 'pashkinz92\epochtasms\EpochtaClass',
                'sms_key_private' => 'sms_key_private',
                'sms_key_public' => 'sms_key_public',
                'name_sender' => 'name_sender',
                'testMode' => false, //Включение тестового режима
            ],
...
],
\Yii::$app->epochtasms->sendSMS('MESSAGE', 'USER_PHONE', 'USER_FROM'); 

The Versions

31/08 2016

dev-master

9999999-dev

Send SMS by epochtasms

  Sources   Download

MIT

The Requires

 

extension yii2 sms epochta epochtasms

06/07 2016

1.1.1

1.1.1.0

Send SMS by epochtasms

  Sources   Download

MIT

The Requires

 

extension yii2 sms epochta epochtasms

06/07 2016

1.1.0

1.1.0.0

Send SMS by epochtasms

  Sources   Download

MIT

The Requires

 

extension yii2 sms epochta epochtasms

06/07 2016

1.0.2

1.0.2.0

Send SMS by epochtasms

  Sources   Download

MIT

The Requires

 

extension yii2 sms epochta epochtasms

06/07 2016

1.0.1

1.0.1.0

Send SMS by epochtasms

  Sources   Download

MIT

The Requires

 

extension yii2 sms epochta epochtasms

06/07 2016

1.0.0

1.0.0.0

Send SMS by epochtasms

  Sources   Download

MIT

The Requires

 

extension yii2 sms epochta epochtasms