rawilk/laravel-ups
最新稳定版本:v2.1.7
Composer 安装命令:
composer require rawilk/laravel-ups
包简介
UPS api wrapper for Laravel.
README 文档
README
Note: This package is not currently actively maintained, and I'm not sure if I will maintain it again. Use at your own risk.
UPS Wrapper for Laravel
This package acts as an api wrapper for the UPS Api. Currently, this package allows you to validate addresses, create shipments, void shipments, recover labels, and track shipments. Before using this package, you should have at least a basic understanding of the UPS Api.
Installation
You can install the package via composer:
composer require rawilk/laravel-ups
You can publish the config file with:
php artisan vendor:publish --tag="ups-config"
You can view the default config file here: https://github.com/rawilk/laravel-ups/blob/main/config/ups.php
Documentation
For documentation, please visit: https://randallwilk.dev/docs/laravel-ups.
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
Please review my security policy on how to report security vulnerabilities.
Credits
Disclaimer
This package is not affiliated with, maintained, authorized, endorsed or sponsored by Laravel or any of its affiliates. It is also not affiliated with, maintained, authorized, endorsed or sponsored by UPS.
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 22.19k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 11
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-09-25