ulugbek / playmobile
Playmobile sms service
Package info
github.com/Ulugbek-Muhammadjonov/playmobile
Type:yii2-extension
pkg:composer/ulugbek/playmobile
v2.0.2
2023-02-08 11:08 UTC
Requires
- yiisoft/yii2: ~2.0.0
- yiisoft/yii2-httpclient: ^2.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
Playmobile sms service
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist ulugbek/playmobile "*"
or add
"ulugbek/playmobile": "*"
to the require section of your composer.json file.
Usage
throw this into the components
'sms' => [ 'class' => \ulugbek\playmobile\components\Sms::class, ],
throw this into the modules
'playmobile' => [ 'class' => 'ulugbek\playmobile\Modul', ],
for migration
php yii migrate/up --migrationPath=@vendor/ulugbek/playmobile/migrations
it can be used anywhere in the view
Yii::$app->sms->send('998916700607', 'Your message')