xu42/laravel-kuaidiniao
Composer 安装命令:
composer require xu42/laravel-kuaidiniao
包简介
Laravel Wrapper for KuaiDiNiao
README 文档
README
Laravel Wrapper for KuaiDiNiao.
Installing
- require library
composer require xu42/laravel-kuaidiniao
- config for Laravel
php artisan vendor:publish
Edit the config/kdniao.php file.
- config for Lumen
cp vendor/xu42/laravel-kuaidiniao/src/config.php config/kdniao.php
Edit the bootstrap/app.php file, add $app->configure('kdniao'); in front of the return $app;.
Edit the config/kdniao.php file.
Usage
- Track
KuaiDiNiao::track('SF', '12303940284', 'E201712170000001234');
- Follow
KuaiDiNiao::follow('SF', '12303940284', 'E201712170000001234');
Others
License
统计信息
- 总下载量: 149
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-12-16