mlk9 / iranian-bank-validation
validate information of Iranian banks, you can use this in your Laravel projects
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/mlk9/iranian-bank-validation
Requires
- php: >=7.4
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