Download the PHP package blackcart/lob-php without Composer
On this page you can find all versions of the php package blackcart/lob-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download blackcart/lob-php
More information about blackcart/lob-php
Files in blackcart/lob-php
Package lob-php
Short Description The Lob API is organized around REST. Our API is designed to have predictable, resource-oriented URLs and uses HTTP response codes to indicate any API errors.
Looking for our [previous documentation](https://lob.github.io/legacy-docs/)?
License
unlicense
Homepage https://openapi-generator.tech
Informations about the package lob-php
lob-php
Lob.com PHP Client is a simple but flexible wrapper for the Lob.com API. See full Lob.com documentation here. For best results, be sure that you're using the latest version of the Lob API and the latest version of the PHP wrapper.
Table of Contents
- Table of Contents
- Getting Started
- Registration
- Installation
- Usage
- Examples
- Testing
Getting Started
Here's a general overview of the Lob services available, click through to read more.
Please read through the official API Documentation to get a complete sense of what to expect from each endpoint.
Registration
First, you will need to first create an account at Lob.com and obtain your Test and Live API Keys.
Once you have created an account, you can access your API Keys from the Settings Panel.
Installation
The recommended way to install Lob.com PHP Client is through Composer.
// Add all dependencies necessary to run php composer.phar install
composer install --dev # For PHP 5.6 composer install # For PHP >= 7.0
LOB_API_KEY=
php vendor/bin/coveralls -v
=======================
Copyright © 2018 Lob.com
Released under the MIT License, which can be found in the repository in `LICENSE.txt`.
All versions of lob-php with dependencies
jean85/pretty-package-versions Version ^1.5 || ^2.0
ext-curl Version *
ext-json Version *
ext-mbstring Version *
guzzlehttp/guzzle Version ^7.3
guzzlehttp/psr7 Version ^2.0