2017 © Pedro Peláez
 

library lib-bankaccount

Lib-Bankaccount is a library for creating, transforming and validating german bank accounts

image

majestixx/lib-bankaccount

Lib-Bankaccount is a library for creating, transforming and validating german bank accounts

  • Saturday, July 15, 2017
  • by majestixx
  • Repository
  • 2 Watchers
  • 0 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

lib-bankaccount

The lib-bankaccount offers the possiblity to verify and convert german bank accounts to iban and back., (*1)

Installation

  1. Download sources to your webserver
  2. Install dependencies using composer
  3. Create a configuration.php

How to use

$accountNo = "402532800";
$blz = "49092650";

$account = new Account();
$account->setAccountNo($accountNo);
$account->setBlz($blz);

// Get IBAN and BIC for bank account
$account->getIban();
$account->getBic();

// Validate the input data
$account->validateAccountNo();
$account->validateBlz();

Additional usage examples are supplied in tests/accountTest.php., (*2)

Open Issues

  • Make available via packagist
  • Check if configuration.php is usable, if used as a third party library: Maybe the configuration should not be in the autoload of the library but the using application
  • On windows handling with files there is a unlink()-error

The Versions

15/07 2017

dev-master

9999999-dev

Lib-Bankaccount is a library for creating, transforming and validating german bank accounts

  Sources   Download

MIT

The Requires

 

The Development Requires

15/07 2017

1.0.1

1.0.1.0

Lib-Bankaccount is a library for creating, transforming and validating german bank accounts

  Sources   Download

MIT

The Requires

 

The Development Requires

15/07 2017

1.0.0

1.0.0.0

Lib-Bankaccount is a library for creating, transforming and validating german bank accounts

  Sources   Download

MIT

The Requires

 

The Development Requires