PHPackages                             mlk9/iranian-bank-validation - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Validation &amp; Sanitization](/categories/validation)
4. /
5. mlk9/iranian-bank-validation

ActiveLibrary[Validation &amp; Sanitization](/categories/validation)

mlk9/iranian-bank-validation
============================

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

v1.0.4(4y ago)011MITPHPPHP &gt;=7.4

Since Sep 5Pushed 4y ago1 watchersCompare

[ Source](https://github.com/mlk9/iranian-bank-validation)[ Packagist](https://packagist.org/packages/mlk9/iranian-bank-validation)[ RSS](/packages/mlk9-iranian-bank-validation/feed)WikiDiscussions main Synced today

READMEChangelog (6)DependenciesVersions (5)Used By (0)

Iranian bank validation
=======================

[](#iranian-bank-validation)

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

Installation
------------

[](#installation)

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

or via composer :

```
composer require mlk9/iranian-bank-validation
```

Documents
---------

[](#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
```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~11 days

Total

4

Last Release

1729d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/68475615?v=4)[Mohammad Maleki](/maintainers/mlk9)[@mlk9](https://github.com/mlk9)

---

Top Contributors

[![mlk9](https://avatars.githubusercontent.com/u/68475615?v=4)](https://github.com/mlk9 "mlk9 (23 commits)")

### Embed Badge

![Health badge](/badges/mlk9-iranian-bank-validation/health.svg)

```
[![Health](https://phpackages.com/badges/mlk9-iranian-bank-validation/health.svg)](https://phpackages.com/packages/mlk9-iranian-bank-validation)
```

###  Alternatives

[marcosh/php-validation-dsl

A DSL for validating data in a functional fashion

483.9k](/packages/marcosh-php-validation-dsl)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
