thomasvantuycom/statamic-iban-fieldtype
最新稳定版本:v1.0.0
Composer 安装命令:
composer require thomasvantuycom/statamic-iban-fieldtype
包简介
IBAN fieldtype for Statamic with built-in country code, length, and checksum validation.
README 文档
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
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 9
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-05-13