lettingbox/vorensys

Vorensys API package

v0.1 2019-05-03 14:40 UTC

This package is auto-updated.

Last update: 2024-04-29 04:06:33 UTC


README

StyleCI Latest Version on Packagist Build Status Total Downloads

A Laravel 5 package to integrate with Vorensys API.

Installation

You can install the package via composer:

composer require lettingbox/vorensys

Usage

$vorensys = new Vorensys($client)
    ->setApiKey('KEY')
    ->setId('CUST_ID')
    ->setUsername('USERNAME')
    ->setPassword('PASSWORD');
$results = $vorensys->submit(new Application('Mr.', 'John', 'Doe', 'human@world.com'));

$vorensys_application_id = $results['id'];
$vorensys_application_form_url = $result['url']; 

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email hello@lettingbox.co.uk instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.