lukyrys/mbank

Library for accessing mBank PL transaction service

Installs: 16

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 15

pkg:composer/lukyrys/mbank

dev-master 2025-06-18 14:43 UTC

This package is not auto-updated.

Last update: 2025-10-05 16:37:08 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

  • PHP 5.3 or higher
  • Extensions:

Installation

Install library from composer:

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

Usage examples

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