Download the PHP package rawilk/laravel-ups without Composer
On this page you can find all versions of the php package rawilk/laravel-ups. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download rawilk/laravel-ups
More information about rawilk/laravel-ups
Files in rawilk/laravel-ups
Package laravel-ups
Short Description UPS api wrapper for Laravel.
License MIT
Homepage https://github.com/rawilk/laravel-ups
Informations about the package laravel-ups
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:
You can publish the config file with:
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
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
- Randall Wilk
- All 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 for more information.
All versions of laravel-ups with dependencies
ext-simplexml Version *
illuminate/contracts Version ^8.0|^9.0|^10.0
illuminate/http Version ^8.0|^9.0|^10.0
illuminate/support Version ^8.0|^9.0|^10.0
spatie/laravel-package-tools Version ^1.0|^1.13