{"id":20770875,"url":"https://github.com/codemonauts/craft-iban-field","last_synced_at":"2025-04-30T14:18:35.773Z","repository":{"id":56955451,"uuid":"251372087","full_name":"codemonauts/craft-iban-field","owner":"codemonauts","description":null,"archived":false,"fork":false,"pushed_at":"2022-05-13T08:06:41.000Z","size":14,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-04-17T02:03:18.754Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codemonauts.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-03-30T17:00:42.000Z","updated_at":"2023-12-11T02:24:33.000Z","dependencies_parsed_at":"2022-08-21T08:50:35.082Z","dependency_job_id":null,"html_url":"https://github.com/codemonauts/craft-iban-field","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codemonauts%2Fcraft-iban-field","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codemonauts%2Fcraft-iban-field/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codemonauts%2Fcraft-iban-field/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codemonauts%2Fcraft-iban-field/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codemonauts","download_url":"https://codeload.github.com/codemonauts/craft-iban-field/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225034557,"owners_count":17410528,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-17T12:12:37.874Z","updated_at":"2024-11-17T12:12:38.351Z","avatar_url":"https://github.com/codemonauts.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IBAN Field for Craft CMS\n\n![Icon](resources/iban.png)\n\nA field for storing, validating and formatting IBAN codes.\n\n## Background\n\n\"The International Bank Account Number (IBAN) is an internationally agreed system of identifying bank accounts across national borders to facilitate the communication and processing of cross border transactions with a reduced risk of transcription errors.\" ([Wikipedia](https://en.wikipedia.org/wiki/International_Bank_Account_Number)).\n\nThis plugin adds a field type to store and validate IBAN codes. It provides a Twig extension to format IBANs in different formats. \n\n## Requirements\n\n * Craft CMS \u003e= 4.0.0\n\n## Installation\n\nOpen your terminal and go to your Craft project:\n\n``` shell\ncd /path/to/project\ncomposer require codemonauts/craft-iban-field\n./craft install/plugin iban\n```\n\n## Usage\n\nAfter installation, the control panel can be used to create IBAN fields.\n\n## Twig Filter\n\nYou can use the `|iban` filter to format an IBAN code in different ways. The default is `print`:\n\n```twig\n{{ entry.myIban|iban }}\n{# Output: \"DE89 3704 0044 0532 0130 00\" #}\n\n{{ entry.myIban|iban('print') }}\n{# Output: \"DE89 3704 0044 0532 0130 00\" #}\n\n{{ entry.myIban|iban('electronic') }}\n{# Output: \"DE89370400440532013000\" #}\n\n{{ entry.myIban|iban('anonymized') }}\n{# Output: \"XXXXXXXXXXXXXXXXXX3000\" #}\n```\n\nWith ❤ by [codemonauts](https://codemonauts.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodemonauts%2Fcraft-iban-field","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodemonauts%2Fcraft-iban-field","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodemonauts%2Fcraft-iban-field/lists"}