2017 © Pedro Peláez
 

library express

Express query

image

yanlongma/express

Express query

  • Tuesday, January 16, 2018
  • by YanlongMa
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

express

Introduction

Express query, (*1)

Install

$ composer require yanlongma/express

Demo

require __DIR__ . '/vendor/autoload.php';

// 初始化服务
$appCode = 'your appCode';
$server = new \YanlongMa\Express\Jisukdcx($appCode);

$express = new \YanlongMa\Express\Express($server);

// 查件
$info = $express->query('69576009311');
var_dump($info);

// 获取快递公司列表
$list = $express->company();
var_dump($list);

The Versions

16/01 2018

dev-master

9999999-dev

Express query

  Sources   Download

MIT

The Requires

  • php >=5.3

 

by Yanlong Ma

16/01 2018

0.1

0.1.0.0

Express query

  Sources   Download

MIT

The Requires

  • php >=5.3

 

by Yanlong Ma