lukyrys / mbank
Library for accessing mBank PL transaction service
dev-master
2025-06-18 14:43 UTC
Requires
- php: >=5.3.0
- ext-curl: *
- ext-dom: *
- ext-json: *
This package is not auto-updated.
Last update: 2025-06-29 15:27:56 UTC
README
Suitable for checking for new transactions. Supported features:
- list available accounts,
- list recent operations on the accounts,
- MT940 support (requires mBank's MT940 reports to be enabled for the account)
- MT940 file report fetch for specified date range
- MT940 based transaction summary for specified date range
Requirements
Installation
Install library from composer:
{
"require": {
"bgaluszka/mbank": "dev-master"
}
}
Usage examples
For usage examples, please see scripts in examples/ directory.