2017 © Pedro Peláez
 

yii2-extension yii2-otp-manager

This extension for send OTP via SMS to all number in Thailand

image

katanyoo/yii2-otp-manager

This extension for send OTP via SMS to all number in Thailand

  • Monday, May 8, 2017
  • by katanyoo
  • Repository
  • 1 Watchers
  • 0 Stars
  • 39 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 8 % Grown

The README.md

OTP Manager

This extension for send OTP via SMS to all number in Thailand, (*1)

Installation

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

Either run, (*3)

php composer.phar require --prefer-dist katanyoo/yii2-otp-manager "*"

or add, (*4)

"katanyoo/yii2-otp-manager": "*"

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

You need to run, (*6)

php yii migrate/up --migrationPath=@vendor/katanyoo/yii2-otp-manager/migrations

Usage

To use this extension, simply add the following code in your application configuration:, (*7)

return [
    //....
    'components' => [
        'otpManager' => [
            'class' => 'katanyoo\otpmanager\OTPManager',
            'provider_endpoint' => '<ENDPOINT>',
            'username' => '<USERNAME>',
            'password'=> '<PASSWORD>',
        ]
    ],
];

You can then send an sms as follows:, (*8)

$result = Yii::$app->otpManager
     ->setMobileNo('08xxxxxxxx')
     ->send();

The Versions

08/05 2017

dev-master

9999999-dev

This extension for send OTP via SMS to all number in Thailand

  Sources   Download

GPL-3.0+

The Requires

 

by Katanyoo Ubalee

extension yii2 sms otp

08/05 2017

v1.2

1.2.0.0

This extension for send OTP via SMS to all number in Thailand

  Sources   Download

GPL-3.0+

The Requires

 

by Katanyoo Ubalee

extension yii2 sms otp

08/05 2017

v1.1

1.1.0.0

This extension for send OTP via SMS to all number in Thailand

  Sources   Download

GPL-3.0+

The Requires

 

by Katanyoo Ubalee

extension yii2 sms otp

08/05 2017

v1.0

1.0.0.0

This extension for send OTP via SMS to all number in Thailand

  Sources   Download

GPL-3.0+

The Requires

 

by Katanyoo Ubalee

extension yii2 sms otp