2017 © Pedro Peláez
 

yii2-extension yii2-gsm-info

Client for gsm info

image

ignatenkovnikita/yii2-gsm-info

Client for gsm info

  • Tuesday, May 17, 2016
  • by ignatenkovnikita
  • Repository
  • 1 Watchers
  • 0 Stars
  • 14 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Client for gsm info

Client for gsm info, (*1)

Latest Stable Version Total Downloads Latest Unstable Version License, (*2)

Installation

The preferred way to install this extension is through composer., (*3)

Either run, (*4)

php composer.phar require --prefer-dist ignatenkovnikita/yii2-gsm-info "*"

or add, (*5)

"ignatenkovnikita/yii2-gsm-info": "*"

to the require section of your composer.json file., (*6)

Usage

Add this to your main configuration's components array:, (*7)

'gsmInfo' => [
            'class' =>  \ignatenkovnikita\refillmobile\ClientGsmInfo::className(),
            'url' => your_url,
            'user' => your_user,
            'pass' => your_pass,
        ],

Typical component usage

Yii::$app->gsmInfo->getInfo(7 your_phone);
Yii::$app->gsmInfo->getRegion(7 your_phone);

The Versions

17/05 2016

dev-master

9999999-dev

Client for gsm info

  Sources   Download

BSD-3-Clause

The Requires

 

extension yii2 gsm

16/05 2016

0.0.1

0.0.1.0

Client for gsm info

  Sources   Download

BSD-3-Clause

The Requires

 

extension yii2 gsm