dev-master
9999999-devYii2 Mocean SMS sending component
GPL-2.0
The Requires
The Development Requires
by Margus Kevin SĂŒnter
extension yii2 sms moceansms mocean
Yii2 Mocean SMS sending component
Mocean SMS sending for Yii2, (*1)
Based on mikk150/yii2-messentesms, (*2)
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();
Yii2 Mocean SMS sending component
GPL-2.0
extension yii2 sms moceansms mocean