https://github.com/brokeyourbike/remit-one-api-client-php
RemitONE API Client for PHP
https://github.com/brokeyourbike/remit-one-api-client-php
api api-client api-client-php hacktoberfest php php8 r1 remit-one remitone
Last synced: 5 months ago
JSON representation
RemitONE API Client for PHP
- Host: GitHub
- URL: https://github.com/brokeyourbike/remit-one-api-client-php
- Owner: brokeyourbike
- License: mpl-2.0
- Created: 2020-02-25T18:50:33.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-09-01T16:47:46.000Z (over 2 years ago)
- Last Synced: 2025-06-08T08:38:21.610Z (8 months ago)
- Topics: api, api-client, api-client-php, hacktoberfest, php, php8, r1, remit-one, remitone
- Language: PHP
- Homepage: https://www.remitone.com
- Size: 85.9 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# remit-one-api-client
[](https://github.com/brokeyourbike/remit-one-api-client-php/releases)
[](https://packagist.org/packages/brokeyourbike/remit-one-api-client)
[](https://codeclimate.com/github/brokeyourbike/remit-one-api-client-php/maintainability)
[](https://codeclimate.com/github/brokeyourbike/remit-one-api-client-php/test_coverage)
RemitONE API Client for PHP
## Installation
```bash
composer require brokeyourbike/remit-one-api-client
```
## Usage
```php
use BrokeYourBike\RemitOne\Client;
use BrokeYourBike\RemitOne\Interfaces\UserInterface;
assert($user instanceof UserInterface);
assert($httpClient instanceof \GuzzleHttp\ClientInterface);
$apiClient = new Client($user, $httpClient);
$apiClient->getPayoutTransactions();
```
## Authors
- [Ivan Stasiuk](https://github.com/brokeyourbike) | [Twitter](https://twitter.com/brokeyourbike) | [LinkedIn](https://www.linkedin.com/in/brokeyourbike) | [stasi.uk](https://stasi.uk)
## License
[Mozilla Public License v2.0](https://github.com/brokeyourbike/remit-one-api-client-php/blob/main/LICENSE)