jacksonit/shipping
Composer 安装命令:
composer require jacksonit/shipping
包简介
Shipping Việt Nam Laravel
关键字:
README 文档
README
API Shipping (Giao hàng nhanh, ...)
Install with composer.
Install (Laravel)
Install via composer
composer require jacksonit/shipping
php artisan vendor:publish --provider="Jacksonit\Shipping\ShippingServiceProvider"
Get shipping Fee GHN
Use Jacksonit\Shipping\GHN;
$data = [
'from_district_id' => '',
'from_ward_code' => '',
'to_district_id' => '',
'to_ward_code' => '',
'weight' => '',
'height' => '',
'length' => '',
'width' => '',
'coupon' => ''
]
$ghn = new GHN();
$record_ghn = $ghn->shippingFee($data);
统计信息
- 总下载量: 30
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-09-22