mlk9/iranian-bank-validation

validate information of Iranian banks, you can use this in your Laravel projects

v1.0.4 2021-10-10 05:58 UTC

This package is auto-updated.

Last update: 2024-05-10 11:48:33 UTC


README

validate information of Iranian banks, you can use this in your Laravel projects

Installation

git clone https://github.com/mlk9/iranian-bank-validation.git

or via composer :

composer require mlk9/iranian-bank-validation

Documents

Check is or not is ir iban :

IrBank\IrBank::ibanValidate("IR123456789012345678901234"); //output : false

Check is or not is ir iban and get bank name :

IrBank\IrBank::getBankNameByIban("IR123456789012345678901234"); //output : null

Check is or not is ir credit card :

IrBank\IrBank::cardValidate(1234123412341234); //output : false

Check is or not is ir credit card and get bank name :

IrBank\IrBank::getBankNameByCard(1234123412341234); //output : null