2017-25 © Pedro Peláez
 

library def-qiwi

Unapi def service through https://qiwi.com/mobile/detect.action

image

unapi/def-qiwi

Unapi def service through https://qiwi.com/mobile/detect.action

  • Monday, May 21, 2018
  • by xRubin
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Build Status, (*1)

Unapi DEF Qiwi

Определение мобильного оператора по номеру телефона через Qiwi, (*2)

Являтся частью библиотеки Unapi, (*3)

Определение мобильного оператора по номеру телефона

use unapi\def\common\dto\OperatorInterface;
use unapi\def\common\dto\PhoneDto;
use unapi\def\qiwi\Service;

/** @var OperatorInterface $operator */
$operator = (new Service())->detectOperator(new PhoneDto('9651238341'))->wait();
$this->assertEquals('Билайн', $operator->getName());

The Versions

21/05 2018

dev-master

9999999-dev

Unapi def service through https://qiwi.com/mobile/detect.action

  Sources   Download

The Requires

 

The Development Requires

guzzle promise phone whois qiwi unapi def

21/05 2018

1.0.0

1.0.0.0

Unapi def service through https://qiwi.com/mobile/detect.action

  Sources   Download

The Requires

 

The Development Requires

guzzle promise phone whois qiwi unapi def