rico/bank-swift-code

Fetch bank swift codes the easiest and minamalest way possible.

1.0.0 2017-05-04 09:43 UTC

This package is not auto-updated.

Last update: 2024-05-12 02:42:16 UTC


README

Fetch bank swift codes the easiest and minamalest way possible.

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.

Its goal is to, one day, easily manage swift codes from every countries to simplify developpers work.

Feel free to contribute with any kind of help.

Installation via composer

If you use composer you can simply run composer require rico/bank-swift-code to get going.

Otherwise just add the following to your composer.json file:

// composer.json
{
    "require": {
        "rico/bank-swift-code": "1.0.0"
    }
}

You can see this library on Packagist.

Installation via git

For a regular install, use the git clone command:

# HTTP
$ git clone https://github.com/Kafei59/bank-swift-code.git

Countries Supported

Only 1 country is supported:

  • France (FR)

Requirements

PHP 5.3.2 or above (at least 5.3.4 recommended to avoid potential bugs).

Versioning

We use SemVer for versioning. No versions available for now.

Authors

Security Reports

Please send any sensitive issue to pierrick.gicquelais@gmail.com. Thanks!

License

Composer is licensed under the MIT License - see the LICENSE file for details.

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.