VitexSoftware / mbank

Library for accessing pl,cz,sk mBank's transaction service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EasePHP Framework Logo

Library for accessing mBank PL/CZ/SK transaction service

( Forked from bgaluszka/mbank )

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

  • PHP 5.3 or higher
  • Extensions:

Installation

Install library from composer:

{
    "require": {
        "vitexsoftware/mbank": "dev-master"
    }
}

Usage examples

For usage examples, please see scripts in examples/ directory.

About

Library for accessing pl,cz,sk mBank's transaction service

License:MIT License


Languages

Language:PHP 100.0%