2017 © Pedro Peláez
 

library mbank

Library for accessing mBank PL transaction service

image

bgaluszka/mbank

Library for accessing mBank PL transaction service

  • Tuesday, August 15, 2017
  • by bgaluszka
  • Repository
  • 7 Watchers
  • 22 Stars
  • 86 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 7 Forks
  • 1 Open issues
  • 1 Versions
  • 8 % Grown

The README.md

Library for accessing mBank PL transaction service

Suitable for checking for new transactions. Supported features:, (*1)

  • 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:, (*2)

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

Usage examples

For usage examples, please see scripts in examples/ directory., (*3)

The Versions

15/08 2017

dev-master

9999999-dev https://github.com/bgaluszka/mbank

Library for accessing mBank PL transaction service

  Sources   Download

MIT

The Requires

  • php >=5.3.0
  • ext-curl *

 

api mbank