2017 © Pedro Peláez
 

library iban

IBAN utility library

image

cmpayments/iban

IBAN utility library

  • Monday, February 19, 2018
  • by baspeters
  • Repository
  • 6 Watchers
  • 11 Stars
  • 8,990 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 5 Forks
  • 0 Open issues
  • 3 Versions
  • 18 % Grown

The README.md

IBAN

Build Status ![Scrutinizer][badge-quality] Software License ![Total Downloads][badge-downloads], (*1)

cmpayments/iban is a PHP 5.5+ library for validating IBAN bank account numbers., (*2)

It currently supports IBAN validation of 99 countries, (*3)

Installation

To install cmpayments/iban just require it with composer, (*4)

composer require cmpayments/iban

Usage example

<?php
require 'vendor/autoload.php';

use CMPayments\IBAN;

$iban = new IBAN('NL58ABNA0000000001');

// validate the IBAN
if (!$iban->validate($error)) {
    echo "IBAN is not valid, error: " . $error;
}

// pretty print IBAN
echo $iban->format();

Submitting bugs and feature requests

Bugs and feature request are tracked on GitHub, (*5)

The cmpayment/iban library is copyright © Bas Peters and licensed for use under the MIT License (MIT). Please see LICENSE for more information., (*6)

The Versions

19/02 2018

dev-master

9999999-dev http://github.com/cmpayments/iban

IBAN utility library

  Sources   Download

MIT

The Requires

  • php >=5.5

 

The Development Requires

validation iban

19/02 2018

1.1.0

1.1.0.0 http://github.com/cmpayments/iban

IBAN utility library

  Sources   Download

MIT

The Requires

  • php >=5.5

 

The Development Requires

validation iban

07/12 2016

1.0.0

1.0.0.0 http://github.com/cmpayments/iban

IBAN utility library

  Sources   Download

MIT

The Requires

  • php >=5.5

 

The Development Requires

validation iban