2017 © Pedro Peláez
 

library ibantest-php

PHP client of IBANTEST API

image

ibantest/ibantest-php

PHP client of IBANTEST API

  • Sunday, May 27, 2018
  • by ibantest
  • Repository
  • 0 Watchers
  • 0 Stars
  • 383 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 239 % Grown

The README.md

IBANTEST API PHP client

This library can be used to access IBANTEST API endpoints., (*1)

Installing

Get last version with Composer., (*2)

$ composer require ibantest/ibantest-php

Register

You need an API token to use this API., (*3)

Please register your account at https://www.ibantest.com and receive 100 credits for free., (*4)

Basic Usage

<?php

include "vendor/autoload.php";

use Ibantest\Ibantest;

$api = new Ibantest();
$api->setToken('###your_api_token###');

# get count of remaining credits
$res = $api->getRemainingCredits();
print_r($res);

# validate IBAN
$res = $api->validateIban('DE02600501010002034304');
print_r($res);

# calculate IBAN out of country code, bank code and account number
$res = $api->calculateIban('AT', '12000', '703447144');
print_r($res);

# calculate IBAN out of country code, bank code and account number
$res = $api->calculateIban('BE', '510', '0075470', '61');
print_r($res);

# calculate IBAN out of country code, bank code and account number
$res = $api->calculateIban('DE', '10090000', '0657845795');
print_r($res);

# validate BIC
$res = $api->validateBic('BFSWDE33BER');
print_r($res);

# find Bank by country code and bank code
$res = $api->findBank('CH', '100');
print_r($res);

Documentation

Please have a look at the full documentation https://api.ibantest.com/, (*5)

License

ibantest-php is licensed under the MIT License - see the LICENSE file for details, (*6)

The Versions

27/05 2018

dev-master

9999999-dev https://www.ibantest.com/

PHP client of IBANTEST API

  Sources   Download

MIT

The Requires

 

by Avatar ibantest

php validation sepa iban rest-api calculator bic swift-code bank code

27/05 2018

1.2.0

1.2.0.0 https://www.ibantest.com/

PHP client of IBANTEST API

  Sources   Download

MIT

The Requires

 

by Avatar ibantest

php validation sepa iban rest-api calculator bic swift-code bank code

05/05 2018

1.1.0

1.1.0.0 https://www.ibantest.com/

PHP client of IBANTEST API

  Sources   Download

MIT

The Requires

 

by Avatar ibantest

php validation sepa iban rest-api calculator bic swift-code bank code

05/05 2018

1.0.0

1.0.0.0 https://www.ibantest.com/

PHP client of IBANTEST API

  Sources   Download

MIT

The Requires

 

by Avatar ibantest

php validation sepa iban rest-api calculator bic swift-code bank code