thomasvantuycom/statamic-iban-fieldtype

IBAN fieldtype for Statamic with built-in country code, length, and checksum validation.

Maintainers

Package info

github.com/thomasvantuycom/statamic-iban-fieldtype

pkg:composer/thomasvantuycom/statamic-iban-fieldtype

Fund package maintenance!

thomasvantuycom

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.0 2026-05-13 13:25 UTC

This package is auto-updated.

Last update: 2026-05-13 13:31:44 UTC


README

This addon provides an IBAN fieldtype for Statamic with built-in country code, length, and checksum validation.

Requirements

  • Statamic 6.0.0 or above

Installation

Install the addon with Composer:

composer require thomasvantuycom/statamic-iban-fieldtype

Usage

Add the fieldtype to your blueprint:

fields:
  - handle: iban
    field:
      type: iban
      display: IBAN

Validation

The field validates:

  • IBAN country code
  • IBAN length per country
  • IBAN checksum

Formatting

The addon includes an Antlers modifier to format IBAN values in a more readable format.

{{ "BE68539007547034" | format_iban }}
BE68 5390 0754 7034

License

MIT