Playmobile ¶
Playmobile
Installation ¶
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist rakhmatov/yii2-playmobile "*"
or add
"rakhmatov/yii2-playmobile": "*"
to the require section of your composer.json
file.
Usage ¶
execute the migration here
yii migrate --migrationPath=@vendor/rakhmatov/yii2-playmobile/src/migrations
add this to components
'playmobile' => [
'class' => \rakhmatov\playmobile\components\Connection::class,
'username' => 'here playmobile login',
'password' => 'here playmobile password',
],
example
`
\Yii::$app->playmobile->sendSms('+998999999999', 'Hello from playmobile')
`
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.