dev-develop
dev-developMessente component for Yii 2 framework
The Requires
by Kaupo Juhkam
Messente component for Yii 2 framework
Yii component for sending text messages to messente. Before sending to messente, it also checks if phone number is valid for specified country and if phone type is mobile., (*1)
Just add the line under require
object in your composer.json
file.
``` json
{
"require": {
"nuffic/yii2-messente" : "dev-develop"
}
}, (*2)
then run ``` console $> composer update
Now add following in to your components
section of config., (*3)
``` php
'sms' => [
'class' => 'nuffic\messente\SMS',
'username' => '
##Usage ``` php Yii::$app->sms->send('EE', 'Content here', '+372 111 1111', 'SenderHere');
Messente component for Yii 2 framework