encreinformatique / mobiyo
Library to deal with Mobiyo phones number.
Fund package maintenance!
encreinformatique
Installs: 1 508
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Requires
- php: ^7.0|^8.0
- ext-soap: *
Requires (Dev)
- phpunit/phpunit: ^6.5|^7.4|^8.0
This package is auto-updated.
Last update: 2024-11-08 13:45:58 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);