iserter/transunion

TransUnion Service Package for Laravel 5.1
8 2
Install
composer require iserter/transunion
PHP:>=5.4.0
License:MIT
Last Updated:Aug 22, 2015
Links: GitHub  ·  Packagist
Maintainer: iserter

A Laravel 5.1 package for TransUnion API

This package provides a simplified facade to interact with the transunion API.

Add the Service Provider

Iserter\Transunion\ServiceProvider::class,

Add an alias to the service facade

'Transunion' => Iserter\Transunion\Facades\Transunion::class,

Publish Config File

php artisan vendor:publish --provider="Iserter\Transunion\ServiceProvider" --tag=config