Download the PHP package jschaedl/iban without Composer
On this page you can find all versions of the php package jschaedl/iban. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download jschaedl/iban
More information about jschaedl/iban
Files in jschaedl/iban
Package iban
Short Description validate and generate IBANs
License MIT
Homepage http://github.com/jschaedl/Iban
Informations about the package iban
Iban
Important: This library is derecated. Please use https://github.com/jschaedl/iban-validation instead.
A small library for validating and generating International Bankaccount Numbers (IBAN). It is build for PHP 5.3+.
Development status
This library is ready to use. The Iban validation should be run fine, but there is no warranty for the generation functionality. Please use it at your own risk.
Changelog
Version 1.3.0
- Activation of new german Iban rules valid from 6th of March 2016
Version 1.2.0
- Activation of new german Iban rules valid from 5th of December 2016
Installation
To install jschaedl/iban just run:
You can see this library on Packagist.
Composer installs autoloader at ./vendor/autoload.php
. If you use jschaedl/iban in your php script, add:
Usage example
How to contribute
If you want to fix some bugs or want to enhance some functionality, please fork this repository and create a feature branch based on the develop branch or a htfix branch based on the master branch. Then fix the bug you found or add your enhancements and make a pull request. Please commit your changes in tiny steps and add a detailed description on every commit.
Unit Testing
All pull requests must be accompanied by passing unit tests. This repository uses PHPUnit and Composer.
You must run composer install
to install this package's dependencies before the unit tests will run.
You can run the test via:
ToDos
- add support for more countries
Author
Contributions
https://github.com/jschaedl/Iban/graphs/contributors
License
MIT Public License