2017 © Pedro Peláez
 

library dandb-laravel

Laravel Wrapper for DandB REST API

image

credibility/dandb-laravel

Laravel Wrapper for DandB REST API

  • Thursday, August 27, 2015
  • by credibility
  • Repository
  • 7 Watchers
  • 0 Stars
  • 15,879 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 12 Versions
  • 0 % Grown

The README.md

Dun & Bradstreet Emerging Business Laravel Client

Coverage Status Build Status Packagist, (*1)

Dun and Bradstreet Emerging Business API Client for Laravel based on credibility/dandb., (*2)

Installation

Using composer:, (*3)

"require": {
  "credibility/dandb-laravel": "dev-master"
}

Then, in config/app.php, add the following to the service providers array., (*4)

array(
   ...
  'Credibility\DandB\Providers\DandBServiceProvider',
)

Configs

Run php artisan config:publish credibility/dandb-laravel to publish your config file. Usage instructions are inside the file., (*5)

Usage

To use within the application, call App::make('dandb') or if you have an instance of the Illuminate/Foundation/Application, $app->make('dandb'), (*6)

From there, the returned object will allow you to call methods within the credibility/dandb class. These calls will automatically be cached using the Laravel Cache abstraction., (*7)

The Versions

27/08 2015

dev-master

9999999-dev

Laravel Wrapper for DandB REST API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar credibility

27/08 2015

v1.0.3

1.0.3.0

Laravel Wrapper for DandB REST API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar credibility

24/11 2014

0.x-dev

0.9999999.9999999.9999999-dev

Laravel Wrapper for DandB REST API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar credibility

24/11 2014

v0.2.1

0.2.1.0

Laravel Wrapper for DandB REST API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar credibility

18/11 2014

v1.0.1

1.0.1.0

Laravel Wrapper for DandB REST API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar credibility

18/11 2014

v1.0.2

1.0.2.0

Laravel Wrapper for DandB REST API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar credibility

18/11 2014

dev-cache-fix

dev-cache-fix

Laravel Wrapper for DandB REST API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar credibility

17/11 2014

v1.0.0

1.0.0.0

Laravel Wrapper for DandB REST API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar credibility

17/11 2014

dev-dandb-cache-fix

dev-dandb-cache-fix

Laravel Wrapper for DandB REST API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar credibility

03/11 2014

dev-dev

dev-dev

Laravel Wrapper for DandB REST API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar credibility

03/11 2014

v0.2.0

0.2.0.0

Laravel Wrapper for DandB REST API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar credibility

10/10 2014

v0.1.0

0.1.0.0

Laravel Wrapper for DandB REST API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar credibility