2017 © Pedro Peláez
 

library ibantool

Wrapper for the SIX IBAN-Tool

image

z38/ibantool

Wrapper for the SIX IBAN-Tool

  • Monday, December 28, 2015
  • by z38
  • Repository
  • 1 Watchers
  • 0 Stars
  • 46 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 48 % Grown

The README.md

IbanTool

Build Status, (*1)

IbanTool is a small wrapper around the [IBAN-Tool][1] by SIX Interbank Clearing. It can be used to calculate the IBANs of Swiss and Liechtenstein bank account numbers for master data conversions., (*2)

<?php

require __DIR__.'/vendor/autoload.php';

use Z38\IbanTool\IbanTool;

$tool = new IbanTool([
    'ibantool_jar' => __DIR__.'/ibantool_java.jar' // download JAR from the official website
]);

$tool->convert('709', '1109-0629613'); // returns CH0500700110900629613

$tool->convertPostal('80-470-3'); // returns CH1809000000800004703

Further Resources

  • [Official website for IBAN-Tool][1]

Disclaimer

This project is not affiliated with, endorsed, or sponsored by SIX Interbank Clearing AG., (*3)

License

BSD-3-Clause, (*4)

The Versions

28/12 2015

dev-master

9999999-dev https://github.com/z38/ibantool

Wrapper for the SIX IBAN-Tool

  Sources   Download

BSD-3-Clause

The Development Requires

iban six iban-tool

07/03 2015

v0.1.0

0.1.0.0 https://github.com/z38/ibantool

Wrapper for the SIX IBAN-Tool

  Sources   Download

BSD-3-Clause

The Development Requires

iban six iban-tool