PHPackages                             rahul-godiyal/php-ups-api-wrapper - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. rahul-godiyal/php-ups-api-wrapper

ActiveLibrary[API Development](/categories/api)

rahul-godiyal/php-ups-api-wrapper
=================================

Latest OAuth 2.0 Rest API Wrapper for UPS web services

v1.2.0(10mo ago)713.4k↓34.8%5MITPHPPHP ^7.4 || ^8.0

Since Apr 26Pushed 10mo ago2 watchersCompare

[ Source](https://github.com/rgodiyal/php-ups-api-wrapper)[ Packagist](https://packagist.org/packages/rahul-godiyal/php-ups-api-wrapper)[ Fund](https://buymeacoffee.com/ragod)[ RSS](/packages/rahul-godiyal-php-ups-api-wrapper/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)DependenciesVersions (21)Used By (0)

RahulGodiyal\\PhpUpsApiWrapper
==============================

[](#rahulgodiyalphpupsapiwrapper)

Latest OAuth 2.0 Rest API Wrapper for UPS web services.

Table Of Content
----------------

[](#table-of-content)

1. [Requirements](#requirements)
2. [Installation](#installation)
3. [Address Validation](#address-validation)
4. [Create Shipment | Shipping Label](#create-shipment--shipping-label)
5. [Tracking API](#tracking-api)
6. [Void Shipment](#void-shipment)
7. [Documentation](#documentation)
8. [License](#license)
9. [Support the Project](#support-the-project)

Requirements
------------

[](#requirements)

This library uses PHP 7.4+.

To integrate with the UPS API using OAuth 2.0 authentication, you'll need to [obtain a Client ID and Client Secret from UPS](https://developer.ups.com). These credentials must be included with each API request you make.

Installation
------------

[](#installation)

Install with composer

```
  composer require rahul-godiyal/php-ups-api-wrapper
```

Address Validation
------------------

[](#address-validation)

```
