Skip to content

Library for accessing mBank's transaction service

License

Notifications You must be signed in to change notification settings

bgaluszka/mbank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Library for accessing mBank PL transaction service

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.

About

Library for accessing mBank's transaction service

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages