PHPackages                             rawilk/laravel-ups - 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. rawilk/laravel-ups

ActiveLibrary[API Development](/categories/api)

rawilk/laravel-ups
==================

UPS api wrapper for Laravel.

v2.1.7(1y ago)1126.4k—6.3%10[1 issues](https://github.com/rawilk/laravel-ups/issues)[5 PRs](https://github.com/rawilk/laravel-ups/pulls)1MITPHPPHP ^8.0CI passing

Since Sep 26Pushed 1w ago1 watchersCompare

[ Source](https://github.com/rawilk/laravel-ups)[ Packagist](https://packagist.org/packages/rawilk/laravel-ups)[ Docs](https://github.com/rawilk/laravel-ups)[ GitHub Sponsors](https://github.com/rawilk)[ RSS](/packages/rawilk-laravel-ups/feed)WikiDiscussions main Synced 3d ago

READMEChangelog (10)Dependencies (9)Versions (19)Used By (1)

> 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
=======================

[](#ups-wrapper-for-laravel)

[![Latest Version on Packagist](https://camo.githubusercontent.com/e7786f26b2a8a15ba59a2c3a4f79a1236cc34615871518aef44fc1aa0cf911f5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f726177696c6b2f6c61726176656c2d7570732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/rawilk/laravel-ups)[![Tests](https://github.com/rawilk/laravel-ups/workflows/Tests/badge.svg?style=flat-square)](https://github.com/rawilk/laravel-ups/workflows/Tests/badge.svg?style=flat-square)[![Total Downloads](https://camo.githubusercontent.com/fcbd1c46be9158762a3842ff7ef5fad3f2231bee27a101e907ceb057cbf3308b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f726177696c6b2f6c61726176656c2d7570732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/rawilk/laravel-ups)[![PHP from Packagist](https://camo.githubusercontent.com/0c619d4bccc86785764a23e7cb1f7c2fe9c5185af61bcd143e314d0c9d3e511e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f726177696c6b2f6c61726176656c2d7570733f7374796c653d666c61742d737175617265)](https://packagist.org/packages/rawilk/laravel-ups)[![License](https://camo.githubusercontent.com/fcfbe1a83f1b8042a27f0b571bb6c7810e32114656541ee009532d0b9da89e78/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f726177696c6b2f6c61726176656c2d7570733f7374796c653d666c61742d737175617265)](https://github.com/rawilk/laravel-ups/blob/main/LICENSE.md)

[![social image](https://camo.githubusercontent.com/e82422af6ab1c0e580499105588605acc4ec6f9b20ff882ecfa3b3962bab2089/68747470733a2f2f62616e6e6572732e6265796f6e64636f2e64652f555053253230415049253230577261707065722e706e673f7468656d653d6c69676874267061636b6167654d616e616765723d636f6d706f7365722b72657175697265267061636b6167654e616d653d726177696c6b2532466c61726176656c2d757073267061747465726e3d617263686974656374267374796c653d7374796c655f31266465736372697074696f6e3d5550532b6170692b777261707065722b666f722b4c61726176656c2e266d643d312673686f7757617465726d61726b3d3026666f6e7453697a653d313030707826696d616765733d747275636b)](https://camo.githubusercontent.com/e82422af6ab1c0e580499105588605acc4ec6f9b20ff882ecfa3b3962bab2089/68747470733a2f2f62616e6e6572732e6265796f6e64636f2e64652f555053253230415049253230577261707065722e706e673f7468656d653d6c69676874267061636b6167654d616e616765723d636f6d706f7365722b72657175697265267061636b6167654e616d653d726177696c6b2532466c61726176656c2d757073267061747465726e3d617263686974656374267374796c653d7374796c655f31266465736372697074696f6e3d5550532b6170692b777261707065722b666f722b4c61726176656c2e266d643d312673686f7757617465726d61726b3d3026666f6e7453697a653d313030707826696d616765733d747275636b)

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
------------

[](#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:

Documentation
-------------

[](#documentation)

For documentation, please visit: .

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security
--------

[](#security)

Please review [my security policy](.github/SECURITY.md) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Randall Wilk](https://github.com/rawilk)
- [All Contributors](../../contributors)

Disclaimer
----------

[](#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
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

52

—

FairBetter than 96% of packages

Maintenance71

Regular maintenance activity

Popularity37

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 81.6% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~163 days

Recently: every ~248 days

Total

11

Last Release

473d ago

Major Versions

1.0.0 → 2.0.02021-02-22

v1.x-dev → v2.1.72025-03-18

PHP version history (4 changes)1.0.0PHP ^7.4

2.0.0PHP ^8.0

v2.1.3PHP ^8.0|^8.1

v2.1.6PHP ^8.0|^8.1|^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/1e2f599d4d290bbb514a933d4f21c3f18fb093f5f8a9994cb17f5469853c749c?d=identicon)[rawilk](/maintainers/rawilk)

---

Top Contributors

[![rawilk](https://avatars.githubusercontent.com/u/22842525?v=4)](https://github.com/rawilk "rawilk (120 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (15 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (12 commits)")

---

Tags

upsups-apirawilklaravel-upsUPS Api

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/rawilk-laravel-ups/health.svg)

```
[![Health](https://phpackages.com/badges/rawilk-laravel-ups/health.svg)](https://phpackages.com/packages/rawilk-laravel-ups)
```

###  Alternatives

[defstudio/telegraph

A laravel facade to interact with Telegram Bots

816333.9k3](/packages/defstudio-telegraph)[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[simplestats-io/laravel-client

Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.

5022.0k](/packages/simplestats-io-laravel-client)[api-platform/laravel

API Platform support for Laravel

58171.6k14](/packages/api-platform-laravel)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)[harris21/laravel-fuse

Circuit breaker for Laravel queue jobs. Protect your workers from cascading failures.

44855.7k](/packages/harris21-laravel-fuse)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
