定制 encreinformatique/mobiyo 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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
  • 点击次数: 2
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: Apache-2.0
  • 更新时间: 2018-11-12