Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yanlongma/express
Express query
https://github.com/yanlongma/express
Last synced: about 1 month ago
JSON representation
Express query
- Host: GitHub
- URL: https://github.com/yanlongma/express
- Owner: yanlongma
- Created: 2018-01-16T04:55:44.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-16T11:08:50.000Z (almost 7 years ago)
- Last Synced: 2024-11-21T20:48:29.340Z (about 2 months ago)
- Language: PHP
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# express
## Introduction
Express query
## Install
```
$ composer require yanlongma/express
```## Demo
```php
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);```