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.
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
For documentation, please visit: https://randallwilk.dev/docs/laravel-ups.
composer test
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review my security policy on how to report security vulnerabilities.
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.
The MIT License (MIT). Please see License File for more information.