{"id":18496972,"url":"https://github.com/shapecode/iban-bundle","last_synced_at":"2025-05-14T04:36:31.978Z","repository":{"id":57048933,"uuid":"60513926","full_name":"shapecode/iban-bundle","owner":"shapecode","description":null,"archived":false,"fork":false,"pushed_at":"2018-06-14T08:48:38.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-24T10:03:09.390Z","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/shapecode.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-06-06T09:01:20.000Z","updated_at":"2018-06-14T08:48:39.000Z","dependencies_parsed_at":"2022-08-23T17:50:25.081Z","dependency_job_id":null,"html_url":"https://github.com/shapecode/iban-bundle","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shapecode%2Fiban-bundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shapecode%2Fiban-bundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shapecode%2Fiban-bundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shapecode%2Fiban-bundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shapecode","download_url":"https://codeload.github.com/shapecode/iban-bundle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239212566,"owners_count":19600833,"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-06T13:32:47.952Z","updated_at":"2025-02-17T00:17:35.291Z","avatar_url":"https://github.com/shapecode.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Symfony - Iban Bundle\n=======================\n\n[![Latest Stable Version](https://poser.pugx.org/shapecode/iban-bundle/v/stable)](https://packagist.org/packages/shapecode/iban-bundle) \n[![Latest Unstable Version](https://poser.pugx.org/shapecode/iban-bundle/v/unstable)](https://packagist.org/packages/shapecode/iban-bundle)\n[![Total Downloads](https://poser.pugx.org/shapecode/iban-bundle/downloads)](https://packagist.org/packages/shapecode/iban-bundle) \n[![License](https://poser.pugx.org/shapecode/iban-bundle/license)](https://packagist.org/packages/shapecode/iban-bundle)\n\nInstall instructions\n--------------------------------\n\nFirst you need to add `shapecode/iban-bundle` to `composer.json`:\n\n``` json\n{\n   \"require\": {\n        \"shapecode/iban-bundle\": \"~2.0\"\n    }\n}\n```\n\nPlease note that `dev-develop` points to the latest development version. Of course you can also use an explicit version number, e.g., `1.0.*`.\n\nYou also have to add `ShapecodeIbanBundle` to your `AppKernel.php`:\n\n``` php\n\u003c?php\n\n// app/AppKernel.php\n//...\n\nclass AppKernel extends Kernel\n{\n    //...\n    public function registerBundles()\n    {\n        $bundles = array(\n            ...\n            new Shapecode\\Bundle\\IbanBundle\\ShapecodeIbanBundle(),\n        );\n        //...\n\n        return $bundles;\n    }\n    //...\n}\n```\n\nUse instructions\n--------------------------------\n\n``` php\n\u003c?php\n\n// get iban from country code, bank identification and account number\n$iban = $this-\u003egetContainer()-\u003eget('shapecode_iban.generator')-\u003egenerateIban('DE', '50010517', '0648489890');\n\n// get bic from iban\n$bic = $this-\u003egetContainer()-\u003eget('shapecode_iban.generator')-\u003egenerateBic($iban);\n\n// validate iban\n$isIban = $this-\u003egetContainer()-\u003eget('shapecode_iban.generator')-\u003evalidateIban($iban);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshapecode%2Fiban-bundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshapecode%2Fiban-bundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshapecode%2Fiban-bundle/lists"}