Roeth & Beck Reselling Wrapper for laravel

v1.0.3 2021-01-17 21:19 UTC

This package is auto-updated.

Last update: 2024-04-18 04:16:04 UTC


README

Latest Version on Packagist Total Downloads

This client is very simple and self-explanatory!

Installation

You can install the package via composer:

composer require rene-roscher/rubapi

Add the following section to your config/services.php

'rubapi' => [
    'apiToken' => env('RUBAPI_TOKEN')
]

Usage

\RServices\RUBApi\RUBApiFacade::get('account');
[
  {
    "id": 0,
    "email": "string",
    "first_name": "string",
    "last_name": "string",
    "company": "string",
    "street": "string",
    "house_number": "string",
    "zip": "string",
    "city": "string",
    "region": "string"
  }
]

Credits

License

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