rene-roscher / rubapi
Roeth & Beck Reselling Wrapper for laravel
Installs: 26
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/rene-roscher/rubapi
Requires
- php: ^7.1
Requires (Dev)
- phpunit/phpunit: ^8.0
README
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.