Download the PHP package sashalenz/monobank-api without Composer
On this page you can find all versions of the php package sashalenz/monobank-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download sashalenz/monobank-api
More information about sashalenz/monobank-api
Files in sashalenz/monobank-api
Package monobank-api
Short Description This is my package monobank-api
License MIT
Homepage https://github.com/sashalenz/monobank-api
Informations about the package monobank-api
Monobank API client for PHP
A lightweight and expressive PHP wrapper for the Monobank API. It provides simple methods for accessing public banking information and personal account data.
Installation
You can install the package via composer:
You can publish the config file with:
This is the contents of the published config file:
Usage
This package provides helpers for all Monobank API requests:
MonobankApi::bank()->currency()
– get current currency exchange rates.MonobankApi::personal()->clientInfo()
– retrieve information about accounts and cards.MonobankApi::personal()->webhook($url)
– register a webhook URL for transaction updates.MonobankApi::personal()->statement($account, $dateFrom, $dateTo = null)
– fetch a statement for a specific account and period.
Examples
Currency rates
Retrieve public exchange rates without authentication.
Client information
Get information about your accounts and cards.
Register webhook
Configure a webhook to receive transaction updates.
Account statement
Fetch the statement for an account within a given period.
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- sashalenz
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of monobank-api with dependencies
illuminate/contracts Version ^10.0||^11.0||^12.0
spatie/laravel-data Version ^4.11
spatie/laravel-package-tools Version ^1.16