2017 © Pedro PelĂĄez
 

yii2-extension yii2-moceansms

Yii2 Mocean SMS sending component

image

mcsneaky/yii2-moceansms

Yii2 Mocean SMS sending component

  • Tuesday, December 19, 2017
  • by McSneaky
  • Repository
  • 1 Watchers
  • 0 Stars
  • 77 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 492 % Grown

The README.md

Yii2 MoceanSMS

Mocean SMS sending for Yii2, (*1)

Based on mikk150/yii2-messentesms, (*2)

Build Status codecov, (*3)

Usage

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

return [
    //....
    'components' => [
        'sms' => [
            'class' => 'mcsneaky\moceansms\Provider',
            'username' => 'myUsername',
            'password' => 'myPassword',
        ],
    ],
];

You can then send an SMS as follows:, (*5)

Yii::$app->sms->compose('Your awesome SMS')
     ->setFrom('Yii2')
     ->setTo('+15417543010')
     ->send();

The Versions

19/12 2017

dev-master

9999999-dev

Yii2 Mocean SMS sending component

  Sources   Download

GPL-2.0

The Requires

 

The Development Requires

by Margus Kevin SĂŒnter

extension yii2 sms moceansms mocean