PHPackages                             crowdreactive/lob-bundle - 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. crowdreactive/lob-bundle

ActiveLibrary[API Development](/categories/api)

crowdreactive/lob-bundle
========================

A Symfony bundle for the Lob.com PHP SDK

2.0.0(10y ago)05.5k↓50%MITPHPPHP ^5.5|^7.0

Since Feb 11Pushed 10y ago4 watchersCompare

[ Source](https://github.com/crowdreactive/lob-bundle)[ Packagist](https://packagist.org/packages/crowdreactive/lob-bundle)[ RSS](/packages/crowdreactive-lob-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (4)Versions (3)Used By (0)

Lob.com Symfony Bundle
======================

[](#lobcom-symfony-bundle)

Encapsulates [Lob.com](https://lob.com/)'s [PHP SDK](https://github.com/lob/lob-php) in a Symfony bundle for configuration.

Bundled at CrowdReactive, makers of [EventsTag](https://eventstag.com/).

[![Build Status](https://camo.githubusercontent.com/0e2e4af6ac94f3f3a6bf1ff3f4b7ec7c3a19c7be68f2850dec3caab60fe5c1e6/68747470733a2f2f7472617669732d63692e6f72672f43726f776452656163746976652f6c6f622d62756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/CrowdReactive/lob-bundle)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/b48d3d6b8ce8703ba9fba6f87ae2265a77f69b15120e2fb85924ac214ca69ec4/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f43726f776452656163746976652f6c6f622d62756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/CrowdReactive/lob-bundle/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/f64579c9823d3e4bd0c7afe6adc9baac7b078b403488aa107b86b2292ac723d7/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f43726f776452656163746976652f6c6f622d62756e646c652f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/CrowdReactive/lob-bundle/?branch=master)[![Latest Stable Version](https://camo.githubusercontent.com/ac21a533bfa3221451ef5bdb7ab1613eaaee21271e4fa6acf5102bb6f88f9817/68747470733a2f2f706f7365722e707567782e6f72672f43726f776452656163746976652f6c6f622d62756e646c652f762f737461626c652e737667)](https://packagist.org/packages/CrowdReactive/lob-bundle)[![SensioLabsInsight](https://camo.githubusercontent.com/dec773040147f3d85e5e7f5597fa38d4217023e654561fea772e63fc298b01c8/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f33613765643434342d646264302d343863642d386233332d6133383362663330633662322f6d696e692e706e67)](https://insight.sensiolabs.com/projects/3a7ed444-dbd0-48cd-8b33-a383bf30c6b2)

Usage
-----

[](#usage)

1. Install the bundle:

    ```
    composer require crowdreactive/lob-bundle

    ```
2. Add it to AppKernel

    ```
    class AppKernel {
        public function registerBundles() {
            $bundles = [
                new Symfony\Bundle\FrameworkBundle\FrameworkBundle(),
                // ...
                new CrowdReactive\LobBundle\CrowdReactiveLobBundle(),
            ];
        }
    }
    ```
3. Configuration

    ```
    crowd_reactive_lob:
        # Required
        api_key: abc123

        # Optional
        version: 1.5.0      # A specific version of the API
    ```
4. Access the Lob service

    The `Lob\Lob` instance is named `crowd_reactive_lob.lob` in the dependency container. Access it with:

    ```
    $this->container->get('crowd_reactive_lob.lob');
    ```

    ```
    my_postal_service:
        class: My\PostalService
        arguments:
            -   "@crowd_reactive_lob.lob"
    ```

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

[](#contributing)

PRs welcomed! Make sure to run the tests with `composer run tests`.

License
-------

[](#license)

This bundle is under the MIT license. [See the complete license](LICENSE).

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

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 ~0 days

Total

2

Last Release

3749d ago

Major Versions

1.0.0 → 2.0.02016-02-11

### Community

Maintainers

![](https://www.gravatar.com/avatar/32d44b8b36e16d8e06b489556da46a1e839726b0d6003fcd2642a3c94c8069f7?d=identicon)[rmasters](/maintainers/rmasters)

---

Tags

symfonybundlelob

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/crowdreactive-lob-bundle/health.svg)

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

###  Alternatives

[stfalcon-studio/api-bundle

Base classes and helper services to build API application via Symfony.

1032.1k](/packages/stfalcon-studio-api-bundle)[ufo-tech/json-rpc-sdk-bundle

The Symfony bundle for simple usage Json-RPC api with dynamic SDK

172.5k](/packages/ufo-tech-json-rpc-sdk-bundle)

PHPackages © 2026

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