kriss/yii2-express-100 Yii2 快递100接口

extension快递100

Yii2 快递100接口

Yii2 快递100接口

快递100

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist kriss/yii2-express-100

or add

"kriss/yii2-express-100": "*"

to the require section of your composer.json file.

Usage

配置 Component

use kriss\express100\ExpressApi;

$config = [
    'components' => [
        ExpressApi::COMPONENT_NAME => [
            'class' => ExpressApi::class,
            // 其他配置参数
        ]
    ]
]

使用

use kriss\express100\ExpressApi;
use Yii;

Yii::$app->get(ExpressApi::COMPONENT_NAME)->api('快递名称', '快递单号');

Statistics

Downloads
GitHub Stars
GitHub Forks

Releases

No stable releases.

Comments



No stable releases.



MIT license
Stats
1 github stars & 0 github forks
0 downloads in the last day
0 downloads in the last 30 days
1 total downloads