2017 © Pedro Peláez
 

yii2-extension yii2-sms

SMS Component for Yii2

image

websightnl/yii2-sms

SMS Component for Yii2

  • Wednesday, August 24, 2016
  • by eborned
  • Repository
  • 1 Watchers
  • 0 Stars
  • 14 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 6 Forks
  • 0 Open issues
  • 6 Versions
  • 40 % Grown

The README.md

SMS Component for Yii 2

Note: Only using Twilio at the moment., (*1)

Setup

// app/config/main.php
return [
    ...
    'components' => [
        ...
        'sms' => [
            'class' => 'websightnl\yii2sms\Twilio',
            'sid' => '',
            'token' => '',
            'number' => '',
        ]
        ...
    ]
    ...
];

Usage

class User extends AR implements RecipientInterface {
    ...
    public function getMobileNumber() {
        return $this->profile->mobile_number;
    }
    ...
}

$user = User::findByPk(1);
Yii::$app->sms->send($user, 'Hi');

// or

Yii::$app->sms->send('+612345678910', 'Hi');

The Versions

24/08 2016

dev-master

9999999-dev

SMS Component for Yii2

  Sources   Download

MIT

The Requires

 

by Avatar darkunz

yii2 sms yii2-sms

24/08 2016

0.2.4

0.2.4.0

SMS Component for Yii2

  Sources   Download

MIT

The Requires

 

by Avatar darkunz

yii2 sms yii2-sms

24/08 2016

0.2.3

0.2.3.0

SMS Component for Yii2

  Sources   Download

MIT

The Requires

 

by Avatar darkunz

yii2 sms yii2-sms

24/08 2016

0.2.2

0.2.2.0

SMS Component for Yii2

  Sources   Download

MIT

The Requires

 

by Avatar darkunz

yii2 sms yii2-sms

24/08 2016

0.2.1

0.2.1.0

SMS Component for Yii2

  Sources   Download

MIT

The Requires

 

by Avatar darkunz

yii2 sms yii2-sms

24/08 2016

0.2.0

0.2.0.0

SMS Component for Yii2

  Sources   Download

MIT

The Requires

 

by Avatar darkunz
by Avatar eborned

yii2 sms yii2-sms