2017 © Pedro Peláez
 

library generate-iban

Generate the IBAN letter with a CCC

image

xafardero/generate-iban

Generate the IBAN letter with a CCC

  • Wednesday, August 9, 2017
  • by xaf
  • Repository
  • 2 Watchers
  • 4 Stars
  • 6,787 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 6 Versions
  • 25 % Grown

The README.md

IBAN for PHP

A PHP implementation for IBAN value object., (*1)

Build Status StyleCI Scrutinizer Code Quality Code Coverage, (*2)

Usage

// Generate a Spanish IBAN
$iban = Iban::fromString('ES7809895990446462241825');

Requirements

PHP is required to be compiled with "--enable-bcmath" for some arbitrary precision mathematic checks (IBAN & BBAN)., (*3)

Installing

Via GitHub

$ git clone git@github.com:xafardero/generate-iban.git

Via Packagist & Composer

Require the latest version of xafardero/generate-iban with Composer, (*4)

$ composer require xafardero/generate-iban

The Versions

09/08 2017

dev-master

9999999-dev

Generate the IBAN letter with a CCC

  Sources   Download

The Requires

  • ext-bcmath *
  • php >=5.5.0

 

The Development Requires

by Avatar xaf
by Pol Romans

09/08 2017

dev-add-tests-for-iban-andorra

dev-add-tests-for-iban-andorra

Generate the IBAN letter with a CCC

  Sources   Download

The Requires

  • php >=5.5.0
  • ext-bcmath *

 

The Development Requires

by Avatar xaf
by Pol Romans

06/02 2017

v1.0.2

1.0.2.0

Generate the IBAN letter with a CCC

  Sources   Download

The Requires

  • php >=5.5.0
  • ext-bcmath *

 

The Development Requires

by Avatar xaf
by Pol Romans

03/02 2017

v1.0.1

1.0.1.0

Generate the IBAN letter with a CCC

  Sources   Download

The Requires

  • php >=5.6.0
  • ext-bcmath *

 

The Development Requires

by Avatar xaf
by Pol Romans

01/02 2017

v1.0.0

1.0.0.0

Generate the IBAN letter with a CCC

  Sources   Download

The Requires

  • php >=5.6.0
  • ext-bcmath *

 

The Development Requires

by Avatar xaf
by Pol Romans

15/11 2016

v0.1.0

0.1.0.0

Generate the IBAN letter with a CCC

  Sources   Download

The Requires

  • php >=5.5.0

 

The Development Requires

by Avatar xaf