rene-roscher / rubapi
Roeth & Beck Reselling Wrapper for laravel
v1.0.3
2021-01-17 21:19 UTC
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.