2017 © Pedro Peláez
 

library fiobank

FioBank API

image

merinsky/fiobank

FioBank API

  • Sunday, March 19, 2017
  • by miroslav.merinsky
  • Repository
  • 1 Watchers
  • 1 Stars
  • 16 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

FioBank

FioBank API, (*1)

It offers implementation of FioBank API described in the documentation, ver.1.5.2., (*2)

Installation

composer require merinsky/fiobank

Usage

The getBankStatement method returns array of bank statements., (*3)

define('API_KEY', '...');
$from = \DateTime::createFromFormat('Y-m-d', '2017-01-01');
$to = \DateTime::createFromFormat('Y-m-d', '2017-01-30');

// gets bank statements, period between $from and $to
$bank = new \Merinsky\FioBank\FioBank(API_KEY);
$bs = $bank->getBankStatement($from, $to);

The Versions

19/03 2017

1.0.1

1.0.1.0 https://github.com/MiroslavMerinsky/FioBank

FioBank API

  Sources   Download

GPL-3.0

The Requires

  • php >=7.0.0
  • ext-curl *
  • ext-json *

 

by Miroslav Merinsky

api fio fio bank

19/03 2017

dev-master

9999999-dev https://github.com/MiroslavMerinsky/FioBank

FioBank API

  Sources   Download

GPL-3.0

The Requires

  • php >=7.0.0
  • ext-curl *
  • ext-json *

 

by Miroslav Merinsky

api fio fio bank

19/03 2017

v1.0.0.x-dev

1.0.0.9999999-dev https://github.com/MiroslavMerinsky/FioBank

FioBank API

  Sources   Download

GPL-3.0

The Requires

  • php >=7.0.0
  • ext-curl *
  • ext-json *

 

by Miroslav Merinsky

api fio fio bank

19/03 2017

1.0.0

1.0.0.0 https://github.com/MiroslavMerinsky/FioBank

FioBank API

  Sources   Download

GPL-3.0

The Requires

  • php >=7.0.0
  • ext-curl *
  • ext-json *

 

by Miroslav Merinsky

api fio fio bank