PHPackages                             nembie/nova-iban-field - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. nembie/nova-iban-field

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

nembie/nova-iban-field
======================

A Laravel Nova field.

1.0.0(3y ago)176MITVuePHP &gt;=7.1.0

Since Mar 27Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Nembie/nova-iban-field)[ Packagist](https://packagist.org/packages/nembie/nova-iban-field)[ RSS](/packages/nembie-nova-iban-field/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (7)Used By (0)

 🏦 IBAN Field for Laravel Nova
-------------------------------

[](#-----iban-field-for-laravel-nova)

 **A simple field for [Laravel Nova](https://nova.laravel.com/) that validates IBANs.**

 [ ![Released under the MIT license.](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667) ](https://github.com/Nembie/nova-iban-field/blob/master/LICENSE) [ ![PRs welcome!](https://camo.githubusercontent.com/dd0b24c1e6776719edb2c273548a510d6490d8d25269a043dfabbd38419905da/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5052732d77656c636f6d652d627269676874677265656e2e737667) ](https://github.com/Nembie/nova-iban-field/pulls) [ ![Packagist Version](https://camo.githubusercontent.com/ea3333e59cc10a1d9ded7d29ff8728eed258f0a872fbcee3e16de63b61e5b6f7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6e656d6269652f6e6f76612d6962616e2d6669656c64) ](https://packagist.org/packages/nembie/nova-iban-field)

[![Test case](https://github.com/Nembie/nova-iban-field/raw/master/nova-iban-field.gif)](https://github.com/Nembie/nova-iban-field/blob/master/nova-iban-field.gif)

⚙️ Installation
---------------

[](#️-installation)

`composer require nembie/nova-iban-field`

🛠️ Usage
--------

[](#️-usage)

```
use Nembie\NovaIbanField\NovaIbanField;

...

public function fields(Request $request)
{
    return [

        NovaIbanField::make(__('Custom IBAN Label'), 'iban_column')->showDetails()

    ];
}

```

🧰 Methods
---------

[](#-methods)

- `showDetails()` - shows the information given by IBAN on the resource detail page
- `hideActionsOnIndex()` - hide the actions on the index (copy and show/hide)
- `alwaysHideOnIndex()` - "crypt" the IBAN in the index page

🌍 Supported countries
---------------------

[](#-supported-countries)

[Full list of supported countries](https://github.com/Nembie/nova-iban-field/blob/master/COUNTRIES.md)

🔺 Laravel Nova 4 Support
------------------------

[](#-laravel-nova-4-support)

[Read this comment.](https://github.com/Nembie/nova-iban-field/issues/2#issuecomment-1510111145)

🗒️ Note
-------

[](#️-note)

- This field only checks the formatting of the string, there is no check that the iban is actually valid and working.
- German translation was done via google translate, it's probably wrong.

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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 ~15 days

Total

6

Last Release

1428d ago

Major Versions

0.0.5 → 1.0.02022-06-13

### Community

Maintainers

![](https://www.gravatar.com/avatar/fc343ee3e518e30d69856e156bf3406dcebc4d0d38effd7a0c99e67ea77c2910?d=identicon)[Nembie](/maintainers/Nembie)

---

Top Contributors

[![Nembie](https://avatars.githubusercontent.com/u/47114030?v=4)](https://github.com/Nembie "Nembie (10 commits)")

---

Tags

laravellaravel-novanovalaravelnova

### Embed Badge

![Health badge](/badges/nembie-nova-iban-field/health.svg)

```
[![Health](https://phpackages.com/badges/nembie-nova-iban-field/health.svg)](https://phpackages.com/packages/nembie-nova-iban-field)
```

###  Alternatives

[optimistdigital/nova-multiselect-field

A multiple select field for Laravel Nova.

3403.5M7](/packages/optimistdigital-nova-multiselect-field)[digital-creative/conditional-container

Provides an easy way to conditionally show and hide fields in your Nova resources.

116593.8k4](/packages/digital-creative-conditional-container)[genealabs/laravel-overridable-model

Provide a uniform method of allowing models to be overridden in Laravel.

92398.0k2](/packages/genealabs-laravel-overridable-model)[inspheric/nova-defaultable

Default values for Nova fields when creating resources and running resource actions.

51174.8k1](/packages/inspheric-nova-defaultable)[murdercode/nova4-tinymce-editor

Boost your Laravel Nova with the TinyMCE editor.

17165.2k](/packages/murdercode-nova4-tinymce-editor)[yieldstudio/nova-google-autocomplete

A Laravel Nova Google autocomplete field.

12218.4k](/packages/yieldstudio-nova-google-autocomplete)

PHPackages © 2026

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