Library to deal with Mobiyo phones number.

Fund package maintenance!
encreinformatique

Installs: 1 542

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/encreinformatique/mobiyo

1.1 2022-02-17 13:24 UTC

This package is auto-updated.

Last update: 2025-10-08 15:46:47 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);