iSerter / transunion-for-laravel5 by iserter

TransUnion Service Package for Laravel 5.1
8
2
1
Package Data
Maintainer Username: iserter
Maintainer Contact: ilyasserter@gmail.com (Ilyas Serter)
Package Create Date: 2015-08-22
Package Last Update: 2015-08-22
Language: PHP
License: MIT
Last Refreshed: 2024-11-22 03:09:32
Package Statistics
Total Downloads: 8
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 2
Total Watchers: 1
Total Forks: 2
Total Open Issues: 1

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