{"id":18248218,"url":"https://github.com/district09/php_package_dg-geopunt-geolocation","last_synced_at":"2025-04-08T19:51:16.332Z","repository":{"id":56968682,"uuid":"238707827","full_name":"district09/php_package_dg-geopunt-geolocation","owner":"district09","description":"Package to lookup addresses using the AGIV Geopunt geolocation API.","archived":false,"fork":false,"pushed_at":"2022-08-29T09:05:10.000Z","size":88,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2025-03-19T09:39:46.379Z","etag":null,"topics":["d09check22","web"],"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/district09.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","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-02-06T14:31:10.000Z","updated_at":"2022-12-18T10:15:46.000Z","dependencies_parsed_at":"2022-08-21T10:20:41.110Z","dependency_job_id":null,"html_url":"https://github.com/district09/php_package_dg-geopunt-geolocation","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/district09%2Fphp_package_dg-geopunt-geolocation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/district09%2Fphp_package_dg-geopunt-geolocation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/district09%2Fphp_package_dg-geopunt-geolocation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/district09%2Fphp_package_dg-geopunt-geolocation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/district09","download_url":"https://codeload.github.com/district09/php_package_dg-geopunt-geolocation/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247918760,"owners_count":21018042,"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":["d09check22","web"],"created_at":"2024-11-05T09:36:16.745Z","updated_at":"2025-04-08T19:51:16.300Z","avatar_url":"https://github.com/district09.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# digipolisgent/geopunt-geolocation package\n\nPackage to lookup addresses using the\n[AGIV Geopunt geolocation API][geopunt.api].\n\nThe Geolocation API provides resources for auto-completion, geocoding and\nreverse geocoding within the regions of Flanders and Brussels.\n\n[![Github][github-badge]][github-link]\n[![License][license-badge]][license-link]\n[![Packagist][packagist-version-badge]][packagist-version-link]\n\n[![Build Status Master][travis-master-badge]][travis-master-link]\n[![Build Status Develop][travis-develop-badge]][travis-develop-link]\n[![Maintainability][codeclimate-maint-badge]][codeclimate-maint-link]\n[![Test Coverage][codeclimate-cover-badge]][codeclimate-cover-link]\n\n## Install\n\nInstall the package using composer:\n\n```bash\ncomposer digipolisgent/geopunt-geolocation\n```\n\n## Change log\n\nPlease see [CHANGELOG](CHANGELOG.md) for more information what has changed\nrecently.\n\n## Examples\n\nSee the [examples](examples) directory how to use the service wrappers.\n\n## Testing\n\nRun the quality test suite:\n\n``` bash\ncomposer install\ncomposer grumphp\n```\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more\ninformation.\n\n[geopunt.api]: https://loc.geopunt.be/\n\n[github-badge]: https://img.shields.io/badge/github-DigipolisGent_Geopunt_Geolocation-blue.svg?logo=github\u0026style=flat-square\n[github-link]: https://github.com/district09/php_package_dg-geopunt-geolocation\n\n[license-badge]: https://img.shields.io/github/license/digipolisgent/php_package_dg-geopunt-geolocation?style=flat-square\n[license-link]: LICENSE.md\n\n[packagist-version-badge]: https://img.shields.io/packagist/v/digipolisgent/geopunt-geolocation?style=flat-square\u0026include_prereleases\n[packagist-version-link]: https://packagist.org/packages/digipolisgent/geopunt-geolocation\n\n[travis-master-badge]: https://app.travis-ci.com/district09/php_package_dg-geopunt-geolocation.svg?branch=main\n[travis-master-link]: https://app.travis-ci.com/district09/php_package_dg-geopunt-geolocation/branches\n[travis-develop-badge]: https://app.travis-ci.com/district09/php_package_dg-geopunt-geolocation.svg?branch=develop\n[travis-develop-link]: https://app.travis-ci.com/district09/php_package_dg-geopunt-geolocation/branches\n\n[codeclimate-maint-badge]: https://img.shields.io/codeclimate/maintainability/district09/php_package_dg-geopunt-geolocation?logo=code-climate\u0026style=flat-square\n[codeclimate-maint-link]: https://codeclimate.com/github/district09/php_package_dg-geopunt-geolocation\n[codeclimate-cover-badge]: https://img.shields.io/codeclimate/coverage/district09/php_package_dg-geopunt-geolocation?logo=code-climate\u0026style=flat-square\n[codeclimate-cover-link]: https://codeclimate.com/github/district09/php_package_dg-geopunt-geolocation\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdistrict09%2Fphp_package_dg-geopunt-geolocation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdistrict09%2Fphp_package_dg-geopunt-geolocation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdistrict09%2Fphp_package_dg-geopunt-geolocation/lists"}