2017 © Pedro Peláez
 

library laravel-lob

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

image

kcabading/laravel-lob

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

  • Friday, April 15, 2016
  • by kcabading
  • Repository
  • 1 Watchers
  • 1 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Lob Package for Laravel 4

Laravel Facade and Service Provider for Lob\Lob., (*1)

This is a copy of this package https://github.com/upwebdesign/laravel-lob which is no longer available in https://packagist.org, (*2)

Installation

To use, simply install the package via Composer, (*3)

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

Then add the following to your app/config/app.php to the service providers array:, (*5)

'Upwebdesign\Lob\LobServiceProvider',

Then add to the aliases array the following:, (*6)

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

Publish config file via php artisan config:publish kcabading/laravel-lob., (*7)

Usage

You will now have access to the lob-php classes and methods to make your API calls, (*8)

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

The Versions

15/04 2016

dev-master

9999999-dev

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

  Sources   Download

The Requires

 

The Development Requires

by UPWebDesign, LLC.