https://github.com/ricoleabricot/bank-swift-code
All Bank Swift Code with minimal datas
https://github.com/ricoleabricot/bank-swift-code
bank bic code iban php
Last synced: about 1 month ago
JSON representation
All Bank Swift Code with minimal datas
- Host: GitHub
- URL: https://github.com/ricoleabricot/bank-swift-code
- Owner: ricoleabricot
- License: mit
- Created: 2017-05-02T08:29:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-05T12:10:02.000Z (over 8 years ago)
- Last Synced: 2025-09-29T10:55:29.349Z (4 months ago)
- Topics: bank, bic, code, iban, php
- Language: PHP
- Size: 43 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bank-swift-code
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](https://getcomposer.org/) you can simply run `composer require rico/bank-swift-code` to get going.
Otherwise just add the following to your `composer.json` file:
```js
// composer.json
{
"require": {
"rico/bank-swift-code": "1.0.0"
}
}
```
You can [see this library on Packagist](https://packagist.org/packages/rico/bank-swift-code).
Installation via git
--------------------
For a regular install, use the `git clone` command:
```sh
# 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](http://semver.org/) for versioning. No versions available for now.
Authors
-------
- Pierrick Gicquelais - *Initial project worker* | [GitHub](https://github.com/Kafei59) | [Twitter](https://twitter.com/Kafei59) |
- Jason Toulotte - *Scrap data online* | [GitHub](https://github.com/eldorne) |
Security Reports
----------------
Please send any sensitive issue to [pierrick.gicquelais@gmail.com](mailto:pierrick.gicquelais@gmail.com). Thanks!
License
-------
Composer is licensed under the MIT License - see the [LICENSE](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.