Library to deal with Mobiyo phones number.

1.1 2022-02-17 13:24 UTC

This package is auto-updated.

Last update: 2024-05-08 12:49:52 UTC


README

This library allows the use of composer and project management dependencies.

We needed a proper code that can be shared easily between our projects instead of the example code of Mobiyo.

Installation

This library is available on Packagist.

Step 1

Add the package using composer.

composer require encreinformatique/mobiyo

Step 2

use EncreInformatique\Mobiyo\Client;
use EncreInformatique\Mobiyo\Payload;

...

$client = new Client($login, $password);
$payload = new Payload($numero_sql);

$number = $client->getNumber($payload);