{"id":35019709,"url":"https://github.com/devmobgroup/postcodes-providers","last_synced_at":"2026-05-21T15:38:08.173Z","repository":{"id":33093189,"uuid":"151568281","full_name":"devmobgroup/postcodes-providers","owner":"devmobgroup","description":"Collection of providers for devmobgroup/postcodes.","archived":false,"fork":false,"pushed_at":"2018-10-09T17:15:48.000Z","size":17,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-12T02:51:56.596Z","etag":null,"topics":["nl","php","postcodes"],"latest_commit_sha":null,"homepage":"https://github.com/devmobgroup/postcodes","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/devmobgroup.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":"2018-10-04T12:30:19.000Z","updated_at":"2018-10-09T17:15:50.000Z","dependencies_parsed_at":"2022-07-24T17:47:15.730Z","dependency_job_id":null,"html_url":"https://github.com/devmobgroup/postcodes-providers","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/devmobgroup/postcodes-providers","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devmobgroup%2Fpostcodes-providers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devmobgroup%2Fpostcodes-providers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devmobgroup%2Fpostcodes-providers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devmobgroup%2Fpostcodes-providers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devmobgroup","download_url":"https://codeload.github.com/devmobgroup/postcodes-providers/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devmobgroup%2Fpostcodes-providers/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33305455,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-21T12:23:38.849Z","status":"ssl_error","status_checked_at":"2026-05-21T12:22:11.673Z","response_time":62,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["nl","php","postcodes"],"created_at":"2025-12-27T05:45:00.073Z","updated_at":"2026-05-21T15:38:08.166Z","avatar_url":"https://github.com/devmobgroup.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Postcodes providers\n\n[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)\n\n### PostcodeAPI.nu\n\n##### Installation\n```\ncomposer require devmobgroup/postcodes-postcode-api-nu\n```\n\n##### Usage\nFirst you should [obtain an API key](https://www.postcodeapi.nu/#pakketten).\n\n```php\nuse DevMob\\Postcodes\\Providers\\PostcodeApiNu\\PostcodeApiNu;\n\n$provider = new PostcodeApiNu([\n    'key' =\u003e 'YOUR_API_KEY',\n]);\n$address = $provider-\u003elookup('3011ED', '50');\n```\n\n### API Postcode\n\n##### Installation\n```\ncomposer require devmobgroup/postcodes-api-postcode\n```\n\n##### Usage\nA token is required, [obtain one here](https://api-postcode.nl/register).\n```php\nuse DevMob\\Postcodes\\Providers\\ApiPostcode\\ApiPostcode;\n\n$provider = new ApiPostcode([\n    'token' =\u003e 'YOUR_TOKEN',\n]);\n$address = $provider-\u003elookup('3011ED', '50');\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevmobgroup%2Fpostcodes-providers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevmobgroup%2Fpostcodes-providers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevmobgroup%2Fpostcodes-providers/lists"}