PHPackages                             kcabading/laravel-lob - 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. kcabading/laravel-lob

ActiveLibrary[API Development](/categories/api)

kcabading/laravel-lob
=====================

Laravel package for the Lob.com API created by Up Web Design

113PHP

Since Apr 15Pushed 10y ago1 watchersCompare

[ Source](https://github.com/kcabading/laravel-lob)[ Packagist](https://packagist.org/packages/kcabading/laravel-lob)[ RSS](/packages/kcabading-laravel-lob/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Lob Package for Laravel 4
=========================

[](#lob-package-for-laravel-4)

Laravel Facade and Service Provider for Lob\\Lob.

This is a copy of this package  which is no longer available in

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

[](#installation)

To use, simply install the package via Composer

Add this to your composer.json file "kcabading/laravel-lob": "dev-master" and run composer update.

Then add the following to your app/config/app.php to the service providers array:

```
'Upwebdesign\Lob\LobServiceProvider',
```

Then add to the aliases array the following:

```
'Lob' => 'Upwebdesign\Lob\Facade',
```

Publish config file via `php artisan config:publish kcabading/laravel-lob`.

### Usage

[](#usage)

You will now have access to the lob-php classes and methods to make your API calls

```
Lob::addresses()->verify([
    'address_line1' => '1234 Sample Address',
    'address_line2' => '',
    'address_city' => 'San Francisco',
    'address_state' => 'CA',
    'address_zip' => '',
    'address_country' => 'US'
])
```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6073409?v=4)[Kristian Cabading](/maintainers/kcabading)[@kcabading](https://github.com/kcabading)

---

Top Contributors

[![kcabading](https://avatars.githubusercontent.com/u/6073409?v=4)](https://github.com/kcabading "kcabading (3 commits)")

### Embed Badge

![Health badge](/badges/kcabading-laravel-lob/health.svg)

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

94452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

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