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

Related Packages

erirk/paypalpayment

laravel-paypalpayment is simple package help you process direct credit card paym...

0
gabrieloliverio/laravel5-generators

Database metadata-based generators for Laravel 5

1
doctrine/dbal

Powerful PHP database abstraction layer (DBAL) with many features for database s...

617,346,630 9,703
laravel/framework

The Laravel Framework.

558,184,770 34,846
laravel/tinker

Powerful REPL for the Laravel framework.

468,807,761 7,441