2017 © Pedro Peláez
 

symfony-bundle ibanapide-bundle

iban-api.de integration

image

rodgermd/ibanapide-bundle

iban-api.de integration

  • Thursday, April 17, 2014
  • by rodgermd
  • Repository
  • 0 Watchers
  • 2 Stars
  • 266 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

IbanApiDebundle

Integration of http://www.iban-api.de/soap-service/, (*1)

Add Controller for ajax actions

Add to routing.yml:, (*2)

rodgermd_iban_controller:
    resource: "@RodgermdIbanApiDeBundle/Controller/"
    type: annotation
    prefix: /iban

Usage

Get service:, (*3)

$api = $container->get('rodgermd.iban.api');

Get IBAN code

Throws IbanApiErrorException on error, (*4)

$iban = $api->generateIBAN($countryCode, $bankIdentification, $accountNr); 

Validate IBAN code

$valid = $api->validateIban($iban);

Get BIC code from IBAN

Throws IbanApiErrorException on error, (*5)

$bic = $api->getBicFromIban($iban); 

The Versions

17/04 2014

dev-master

9999999-dev https://github.com/rodgermd/IbanApiDebundle

iban-api.de integration

  Sources   Download

MIT

The Requires

  • ext-soap *

 

by Alexander Murashov

17/04 2014

v0.3.1

0.3.1.0 https://github.com/rodgermd/IbanApiDebundle

iban-api.de integration

  Sources   Download

MIT

The Requires

  • ext-soap *

 

by Alexander Murashov

15/04 2014

v0.3

0.3.0.0 https://github.com/rodgermd/IbanApiDebundle

iban-api.de integration

  Sources   Download

MIT

The Requires

  • ext-soap *

 

by Alexander Murashov

15/04 2014

v0.2

0.2.0.0 https://github.com/rodgermd/IbanApiDebundle

iban-api.de integration

  Sources   Download

MIT

The Requires

  • ext-soap *

 

by Alexander Murashov

14/04 2014

v0.1

0.1.0.0 https://github.com/rodgermd/IbanApiDebundle

iban-api.de integration

  Sources   Download

MIT

The Requires

  • ext-soap *

 

by Alexander Murashov