rawilk / laravel-ups
UPS api wrapper for Laravel.
Fund package maintenance!
rawilk
Installs: 7 179
Dependents: 1
Suggesters: 0
Security: 0
Stars: 10
Watchers: 2
Forks: 6
Open Issues: 4
Requires
- php: ^8.0|^8.1|^8.2
- ext-simplexml: *
- illuminate/contracts: ^8.0|^9.0|^10.0
- illuminate/http: ^8.0|^9.0|^10.0
- illuminate/support: ^8.0|^9.0|^10.0
- spatie/laravel-package-tools: ^1.0|^1.13
Requires (Dev)
- guzzlehttp/guzzle: ^7.2
- laravel/pint: ^1.2
- orchestra/testbench: ^6.23|^7.0|^8.0
- pestphp/pest: ^1.22
- pestphp/pest-plugin-laravel: ^1.3
- pestphp/pest-plugin-parallel: ^1.2
Suggests
- ext-gd: Required for rotating labels
- guzzlehttp/guzzle: ^7.2
README
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.