Download the PHP package rodgermd/ibanapide-bundle without Composer
On this page you can find all versions of the php package rodgermd/ibanapide-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download rodgermd/ibanapide-bundle
More information about rodgermd/ibanapide-bundle
Files in rodgermd/ibanapide-bundle
Download rodgermd/ibanapide-bundle
More information about rodgermd/ibanapide-bundle
Files in rodgermd/ibanapide-bundle
Vendor rodgermd
Package ibanapide-bundle
Short Description iban-api.de integration
License MIT
Homepage https://github.com/rodgermd/IbanApiDebundle
Package ibanapide-bundle
Short Description iban-api.de integration
License MIT
Homepage https://github.com/rodgermd/IbanApiDebundle
Please rate this library. Is it a good library?
Informations about the package ibanapide-bundle
IbanApiDebundle
Integration of http://www.iban-api.de/soap-service/
Add Controller for ajax actions
Add to routing.yml:
rodgermd_iban_controller:
resource: "@RodgermdIbanApiDeBundle/Controller/"
type: annotation
prefix: /iban
Usage
Get service:
$api = $container->get('rodgermd.iban.api');
Get IBAN code
Throws IbanApiErrorException on error
$iban = $api->generateIBAN($countryCode, $bankIdentification, $accountNr);
Validate IBAN code
$valid = $api->validateIban($iban);
Get BIC code from IBAN
Throws IbanApiErrorException on error
$bic = $api->getBicFromIban($iban);
All versions of ibanapide-bundle with dependencies
PHP Build Version
Package Version
Requires
ext-soap Version
*
The package rodgermd/ibanapide-bundle contains the following files
Loading the files please wait ....