Skip to content
/ iban Public

This is a simple class to calculate the iban of a given account number, bank sort code and country code.

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

Webklex/iban

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IBAN Library for PHP

Latest release on Packagist Latest prerelease on Packagist Software License Total Downloads Hits

Description

This is a simple class to calculate the iban of a given account number, bank sort code and country code.

Table of Contents

Basic usage example

This is a basic example, which will echo out a calculated iban:

use Webklex\IBAN\IBAN;

require_once "vendor/autoload.php";

$account_number = "123456789";
$bank_sort_code = "10000000";
$country_code = "de";

$iban = IBAN::make($account_number, $bank_sort_code, $country_code);

echo $iban->calculate();

Support

If you encounter any problems or if you find a bug, please don't hesitate to create a new issue. However, please be aware that it might take some time to get an answer. Off-topic, rude or abusive issues will be deleted without any notice.

If you need commercial support, feel free to send me a mail at github@webklex.com.

Change log

Please see CHANGELOG for more information what has changed recently.

Security

If you discover any security related issues, please email github@webklex.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

About

This is a simple class to calculate the iban of a given account number, bank sort code and country code.

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published

Languages