Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mcmatters/monobank-api
- Owner: MCMatters
- Created: 2020-02-07T12:02:01.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-07T12:04:08.000Z (almost 5 years ago)
- Last Synced: 2024-04-21T08:03:37.280Z (9 months ago)
- Topics: api, monobank, monobank-api, php, php-library
- Language: PHP
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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);
```