bank-swift-code
Fetch bank swift codes the easiest and minamalest way possible., (*1)
Getting Started
bank-swift-code is a library used to fetch all bank swift code in a minimalest way possible by only loading few metadatas., (*2)
Its goal is to, one day, easily manage swift codes from every countries to simplify developpers work., (*3)
Feel free to contribute with any kind of help., (*4)
Installation via composer
If you use composer you can simply run composer require rico/bank-swift-code to get going., (*5)
Otherwise just add the following to your composer.json file:, (*6)
// composer.json
{
"require": {
"rico/bank-swift-code": "1.0.0"
}
}
You can see this library on Packagist., (*7)
Installation via git
For a regular install, use the git clone command:, (*8)
# HTTP
$ git clone https://github.com/Kafei59/bank-swift-code.git
Countries Supported
Only 1 country is supported:, (*9)
Requirements
PHP 5.3.2 or above (at least 5.3.4 recommended to avoid potential bugs)., (*10)
Versioning
We use SemVer for versioning. No versions available for now., (*11)
Authors
Security Reports
Please send any sensitive issue to pierrick.gicquelais@gmail.com. Thanks!, (*12)
License
Composer is licensed under the MIT License - see the LICENSE file for details., (*13)
Acknowledgments
- Build tests
- Lot of works is still in TODO (create classes on other languages or insert data from other countries).
- Thanks to https://www.juristique.org to share those useful informations online.