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)1123.6k↓38.9%10[1 issues](https://github.com/rawilk/laravel-ups/issues)[4 PRs](https://github.com/rawilk/laravel-ups/pulls)1MITPHPPHP ^8.0CI passing

Since Sep 26Pushed 1mo 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 1mo ago

READMEChangelog (10)Dependencies (9)Versions (16)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

50

—

FairBetter than 96% of packages

Maintenance68

Regular maintenance activity

Popularity36

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity67

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

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

[spatie/laravel-query-builder

Easily build Eloquent queries from API requests

4.4k26.9M220](/packages/spatie-laravel-query-builder)[spatie/laravel-honeypot

Preventing spam submitted through forms

1.6k6.0M60](/packages/spatie-laravel-honeypot)[spatie/laravel-route-discovery

Auto register routes using PHP attributes

23645.0k2](/packages/spatie-laravel-route-discovery)[simplestats-io/laravel-client

Client for SimpleStats!

4515.5k](/packages/simplestats-io-laravel-client)[ryangjchandler/bearer

Minimalistic token-based authentication for Laravel API endpoints.

8129.8k](/packages/ryangjchandler-bearer)[stechstudio/laravel-hubspot

A Laravel SDK for the HubSpot CRM Api

2971.0k](/packages/stechstudio-laravel-hubspot)

PHPackages © 2026

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