https://github.com/rawilk/laravel-ups
UPS api wrapper for Laravel.
https://github.com/rawilk/laravel-ups
ups ups-api
Last synced: about 1 year ago
JSON representation
UPS api wrapper for Laravel.
- Host: GitHub
- URL: https://github.com/rawilk/laravel-ups
- Owner: rawilk
- License: mit
- Created: 2020-09-21T01:28:30.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-25T00:54:41.000Z (about 1 year ago)
- Last Synced: 2025-04-14T07:07:41.366Z (about 1 year ago)
- Topics: ups, ups-api
- Language: PHP
- Homepage: https://randallwilk.dev/docs/laravel-ups
- Size: 351 KB
- Stars: 10
- Watchers: 2
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
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
[](https://packagist.org/packages/rawilk/laravel-ups)

[](https://packagist.org/packages/rawilk/laravel-ups)
[](https://packagist.org/packages/rawilk/laravel-ups)
[](https://github.com/rawilk/laravel-ups/blob/main/LICENSE.md)

This package acts as an api wrapper for the [UPS Api](https://www.ups.com/upsdeveloperkit?loc=en_US). 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:
```bash
composer require rawilk/laravel-ups
```
You can publish the config file with:
```bash
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
```bash
composer test
```
## Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Contributing
Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.
## Security
Please review [my security policy](.github/SECURITY.md) on how to report security vulnerabilities.
## Credits
- [Randall Wilk](https://github.com/rawilk)
- [All Contributors](../../contributors)
## 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](LICENSE.md) for more information.