Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.21 KB

README.md

File metadata and controls

36 lines (23 loc) · 1.21 KB

IBAN for PHP

A PHP implementation for IBAN value object.

Build Status StyleCI Scrutinizer Code Quality Code Coverage

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).

Installing

Via GitHub

$ git clone [email protected]:xafardero/generate-iban.git

Require the latest version of xafardero/generate-iban with Composer

$ composer require xafardero/generate-iban