{"id":33944934,"url":"https://github.com/ibanapi/ibanapi_php","last_synced_at":"2026-04-06T06:31:20.381Z","repository":{"id":44447851,"uuid":"404413562","full_name":"ibanapi/ibanapi_php","owner":"ibanapi","description":"The official ibanapi.com PHP Package.","archived":false,"fork":false,"pushed_at":"2021-09-08T18:48:50.000Z","size":3,"stargazers_count":7,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-06-26T04:08:13.498Z","etag":null,"topics":["api","banking","iban","iban-checker","iban-numbers","iban-validator"],"latest_commit_sha":null,"homepage":"https://ibanapi.com/get-api","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/ibanapi.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":"2021-09-08T16:10:46.000Z","updated_at":"2022-07-11T08:42:52.000Z","dependencies_parsed_at":"2022-09-15T18:31:21.976Z","dependency_job_id":null,"html_url":"https://github.com/ibanapi/ibanapi_php","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ibanapi/ibanapi_php","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibanapi%2Fibanapi_php","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibanapi%2Fibanapi_php/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibanapi%2Fibanapi_php/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibanapi%2Fibanapi_php/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ibanapi","download_url":"https://codeload.github.com/ibanapi/ibanapi_php/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibanapi%2Fibanapi_php/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31463011,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T21:22:52.476Z","status":"online","status_checked_at":"2026-04-06T02:00:07.287Z","response_time":112,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["api","banking","iban","iban-checker","iban-numbers","iban-validator"],"created_at":"2025-12-12T17:30:32.682Z","updated_at":"2026-04-06T06:31:20.375Z","avatar_url":"https://github.com/ibanapi.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 💳 IBAN API validation using ibanapi.com for PHP\n\nThe official node package for validating IBAN using the ibanapi.com public API for PHP\u003cbr/\u003e\nThis module offers methods to validate IBAN (full and basic validation) wherein full validation will return the bank information alongside the basic validations. \n\n## How to use\n* Get an [API Key](https://ibanapi.com/get-api) from the ibanapi.com website.\n* Install the package using the following command `composer require ibanapi/api`\n* You can now initialize \u0026 use the package as follows\n\n* For full iban validation\n```php\n    include \"src/Api.php\";\n    //Get all the IBAN Information\n    $ibanApi = new IbanApi\\Api(\"API_KEY\");\n    $result = $ibanApi-\u003evalidateIBAN(\"EE471000001020145685\");\n    print_r(json_decode($result,true));\n```\n\n* For basic iban validation\n```php\n    include \"src/Api.php\";\n    //Get all the basic IBAN Information\n    $ibanApi = new IbanApi\\Api(\"API_KEY\");\n    $result = $ibanApi-\u003evalidateIBANBasic(\"EE471000001020145685\");\n    print_r(json_decode($result,true));\n```\n\n* To get the balance\n```php\n    include \"src/Api.php\";\n    //Get the account balance\n    $ibanApi = new IbanApi\\Api(\"API_KEY\");\n    $result = $ibanApi-\u003egetBalance();\n    print_r(json_decode($result,true));\n```\n\n# Laravel\nThis package is PSR4 compitable, and you can load it in laravel easiy, just install the composer package as in the above examples, and use the code directly without the include line.\n\n## Issue or suggestion\nPlease feel free to open a bug report or pull request to this repo.\u003cbr/\u003e\nor visit the [iban api website](https://ibanapi.com)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibanapi%2Fibanapi_php","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fibanapi%2Fibanapi_php","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibanapi%2Fibanapi_php/lists"}