ulugbek/playmobile Playmobile sms service

Playmobile

  1. Installation
  2. Usage

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 `php Yii::$app->sms->send('998916700607', 'Your message') `

2 0
1 follower
114 downloads
Yii Version: 2.0
License: BSD-3-Clause
Category: Others
Developed by: Ulugbek-Muhammadjonov
Created on: May 17, 2022
Last updated: a year ago
Packagist Profile
Github Repository

Related Extensions