PHPackages                             faicchia/laravel-iban-validation-rule - 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. faicchia/laravel-iban-validation-rule

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

faicchia/laravel-iban-validation-rule
=====================================

A Laravel rule around jschaedl/iban-validation

1.0.0(3y ago)1886MITPHPPHP ^8.0

Since Jul 9Pushed 3y ago1 watchersCompare

[ Source](https://github.com/faicchia/laravel-iban-validation-rule)[ Packagist](https://packagist.org/packages/faicchia/laravel-iban-validation-rule)[ RSS](/packages/faicchia-laravel-iban-validation-rule/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (5)Versions (2)Used By (0)

Laravel Iban Validation Rule
============================

[](#laravel-iban-validation-rule)

[![Packagist](https://camo.githubusercontent.com/033c827e3f4f9502edab9d5e9ac2be5bf7b447ba2fbd470dbf9c1dfaa0ec6b4d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f66616963636869612f6c61726176656c2d6962616e2d76616c69646174696f6e2d72756c65)](https://packagist.org/packages/faicchia/laravel-iban-validation-rule/)[![Tests](https://github.com/faicchia/laravel-iban-validation-rule/actions/workflows/run-tests.yaml/badge.svg)](https://github.com/faicchia/laravel-iban-validation-rule/actions/workflows/run-tests.yaml)[![Style](https://github.com/faicchia/laravel-iban-validation-rule/actions/workflows/php-cs-fixer.yaml/badge.svg)](https://github.com/faicchia/laravel-iban-validation-rule/actions/workflows/php-cs-fixer.yaml)[![License](https://camo.githubusercontent.com/fdf2982b9f5d7489dcf44570e714e3a15fce6253e0cc6b5aa61a075aac2ff71b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d79656c6c6f772e737667)](https://github.com/faicchia/laravel-iban-validation-rule/blob/main/LICENSE.md)

A Laravel rule around [jschaedl/iban-validation](https://github.com/jschaedl/iban-validation).

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

[](#installation)

```
composer require faicchia/laravel-iban-validation-rule
```

The package will automatically register itself.

### Translations

[](#translations)

If you wish to edit the package translations, you can run the following command to publish them into your `resources/lang` folder:

```
php artisan vendor:publish --provider="Faicchia\IbanValidation\IbanValidationRuleServiceProvider"
```

English and Italian translations are already shipped with the package.

Usage
-----

[](#usage)

```
// in a `FormRequest`

use Faicchia\IbanValidation\Rules\Iban;

public function rules(): array
{
    return [
        'iban' => [new Iban()]
    ];
}
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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

Unknown

Total

1

Last Release

1403d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/43ad45bd4380cf68e1353a9552a0e18d8e791d72af74a56ff05bfbf6c17158ec?d=identicon)[faicchia](/maintainers/faicchia)

---

Top Contributors

[![faicchia](https://avatars.githubusercontent.com/u/88747015?v=4)](https://github.com/faicchia "faicchia (8 commits)")

---

Tags

ibaniban-validationlaravelphp

###  Code Quality

TestsPest

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/faicchia-laravel-iban-validation-rule/health.svg)

```
[![Health](https://phpackages.com/badges/faicchia-laravel-iban-validation-rule/health.svg)](https://phpackages.com/packages/faicchia-laravel-iban-validation-rule)
```

###  Alternatives

[spatie/laravel-honeypot

Preventing spam submitted through forms

1.6k6.0M60](/packages/spatie-laravel-honeypot)[proengsoft/laravel-jsvalidation

Validate forms transparently with Javascript reusing your Laravel Validation Rules, Messages, and FormRequest

1.1k2.3M49](/packages/proengsoft-laravel-jsvalidation)[stevebauman/purify

An HTML Purifier / Sanitizer for Laravel

5325.6M19](/packages/stevebauman-purify)[axlon/laravel-postal-code-validation

Worldwide postal code validation for Laravel and Lumen

3853.3M1](/packages/axlon-laravel-postal-code-validation)[sunspikes/clamav-validator

Custom Laravel 5 anti-virus validator for file uploads.

3651.8M3](/packages/sunspikes-clamav-validator)[laravel-validation-rules/credit-card

Validate credit card number, expiration date, cvc

2412.2M5](/packages/laravel-validation-rules-credit-card)

PHPackages © 2026

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