axagalache/au10tix-bos-rest

Laravel 5 Wrapper for Au10tix BOS REST API


Keywords
rest, bos, axgalache, au10tix
License
MIT

Documentation

Au10tix BOS REST API

[![Latest Version on Packagist][ico-version]][link-packagist] ![Software License][ico-license] [![Total Downloads][ico-downloads]][link-downloads]

Install

Via Composer

$ composer require axgalache/au10tix-bos-rest

Add ServiceProvider in your app.php config file.

// config/app.php
'providers' => [
    ...
    axgalache\Au10tixBosREST\Au10tixBosRESTServiceProvider::class,
]

and instead on aliases

'aliases' => [
    ...
    'Au10tixBosREST'         => axgalache\Au10tixBosREST\Facade::class,
]

Configuration

Publish the config by running:

    php artisan vendor:publish --provider="axgalache\Au10tixBosREST\Au10tixBosRESTServiceProvider"

Then there must be a new au10tixBosREST.php in your main config directory Edit this new file and set up the values with your Au10tix access data mostly. For the others, type the ones you want

Usage

TBD

Change log

Please see CHANGELOG for more information what has changed recently.

License

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