{"id":36976117,"url":"https://github.com/eddypouw/geodata-postal-api","last_synced_at":"2026-01-13T22:08:16.636Z","repository":{"id":56974926,"uuid":"90558599","full_name":"eddypouw/geodata-postal-api","owner":"eddypouw","description":"Postal code API for Dutch postal codes","archived":false,"fork":false,"pushed_at":"2024-07-22T08:07:05.000Z","size":10,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-11-01T03:27:45.504Z","etag":null,"topics":["geodata","postal-code","postcode"],"latest_commit_sha":null,"homepage":"","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/eddypouw.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":"2017-05-07T20:06:30.000Z","updated_at":"2022-10-26T08:06:39.000Z","dependencies_parsed_at":"2022-08-21T11:50:51.696Z","dependency_job_id":null,"html_url":"https://github.com/eddypouw/geodata-postal-api","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/eddypouw/geodata-postal-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eddypouw%2Fgeodata-postal-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eddypouw%2Fgeodata-postal-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eddypouw%2Fgeodata-postal-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eddypouw%2Fgeodata-postal-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eddypouw","download_url":"https://codeload.github.com/eddypouw/geodata-postal-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eddypouw%2Fgeodata-postal-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28402201,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T14:36:09.778Z","status":"ssl_error","status_checked_at":"2026-01-13T14:35:19.697Z","response_time":56,"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":["geodata","postal-code","postcode"],"created_at":"2026-01-13T22:08:16.000Z","updated_at":"2026-01-13T22:08:16.624Z","avatar_url":"https://github.com/eddypouw.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Geodata postal API\nPHP client to find Dutch addresses based on postal code and house number.\n\nThis library is based on the open geodata from [https://nationaalgeoregister.nl](https://nationaalgeoregister.nl).\n\n[![Build Status](https://travis-ci.org/eddypouw/geodata-postal-api.svg?branch=master)](https://travis-ci.org/eddypouw/geodata-postal-api)\n\nUsage\n-----\nInstall the latest version via [composer](https://getcomposer.org/):\n```bash\nphp composer.phar require eddypouw/geodata-postal-api\n```\n\nExample:\n```php\n\u003c?php\nrequire_once('vendor/autoload.php');\n\n$client      = new \\GuzzleHttp\\Client(['base_uri' =\u003e 'https://geodata.nationaalgeoregister.nl/geocoder/Geocoder']);\n$geodata_api = new \\Eddypouw\\GeodataPostalApi\\GeodataAddressRepository($client);\n\n$response = $geodata_api-\u003efindByPostal('1509AW', 7);\n\nprint $response-\u003egetStreet() . ' ' . $response-\u003egetHouseNumber() . \"\\n\";\nprint $response-\u003egetPostalCode() . ' ' . $response-\u003egetMunicipality() . \"\\n\";\n```\nRequirements\n------------\n\nPHP 7.0.x or above.\n\nLicense\n-------\n\nThis library is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feddypouw%2Fgeodata-postal-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feddypouw%2Fgeodata-postal-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feddypouw%2Fgeodata-postal-api/lists"}