encreinformatique/mobiyo
最新稳定版本:1.1
Composer 安装命令:
composer require encreinformatique/mobiyo
包简介
Library to deal with Mobiyo phones number.
README 文档
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);
统计信息
- 总下载量: 1.62k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2018-11-12