Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mcmatters/monobank-api


https://github.com/mcmatters/monobank-api

api monobank monobank-api php php-library

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

## Monobank API

### Installation

```bash
composer require mcmatters/monobank-api
```

### Official Documentation

https://api.monobank.ua/docs/

### Usage

This library only for personal usage

```php
currency()->list();

$yourInfo = $client->client()->getInfo();
$anotherPersonInfo = $client->client()->getInfo('ANOTHER_PERSON_TOKEN');
$statement = $client->client()->getStatement('0', 1546304461);
```