https://github.com/timopaul/dreamrobot
DreamRobot PHP SDK
https://github.com/timopaul/dreamrobot
api api-rest dreamrobot sdk sdk-php
Last synced: 5 months ago
JSON representation
DreamRobot PHP SDK
- Host: GitHub
- URL: https://github.com/timopaul/dreamrobot
- Owner: timopaul
- License: mit
- Created: 2019-10-08T07:27:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-27T08:34:04.000Z (over 5 years ago)
- Last Synced: 2025-07-19T21:47:11.892Z (11 months ago)
- Topics: api, api-rest, dreamrobot, sdk, sdk-php
- Language: PHP
- Size: 23.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DreamRobot REST API PHP SDK
[DreamRobot on Packagist](https://packagist.org/packages/timopaul/dreamrobot)
This library contains a wrapper for the DreamRobot REST API. It is not fully implemented yet, some record types and functions are missing.
Please create a pull request if you have implemented a new API request or create issues for bugs/feature requests.
## How to use
```php
createRequest(ReadPortalAccountsRequest::class);
// send HTTP request and get response object
$response = $client->send($request);
```
## Supported Requests
- `GET system/payment_method/`
- `GET admin/portal_account/`
- `POST token.php`
- `POST order/`
## Installation
Using Composer, just add it to your `composer.json` by running:
```shell
composer require timopaul/dreamrobot
```
## DreamRobot API Documentation