Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/district09/php_package_dg-geopunt-geolocation
Package to lookup addresses using the AGIV Geopunt geolocation API.
https://github.com/district09/php_package_dg-geopunt-geolocation
d09check22 web
Last synced: 3 days ago
JSON representation
Package to lookup addresses using the AGIV Geopunt geolocation API.
- Host: GitHub
- URL: https://github.com/district09/php_package_dg-geopunt-geolocation
- Owner: district09
- License: mit
- Created: 2020-02-06T14:31:10.000Z (almost 5 years ago)
- Default Branch: develop
- Last Pushed: 2022-08-29T09:05:10.000Z (over 2 years ago)
- Last Synced: 2024-12-05T11:11:15.286Z (20 days ago)
- Topics: d09check22, web
- Language: PHP
- Size: 85.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# digipolisgent/geopunt-geolocation package
Package to lookup addresses using the
[AGIV Geopunt geolocation API][geopunt.api].The Geolocation API provides resources for auto-completion, geocoding and
reverse geocoding within the regions of Flanders and Brussels.[![Github][github-badge]][github-link]
[![License][license-badge]][license-link]
[![Packagist][packagist-version-badge]][packagist-version-link][![Build Status Master][travis-master-badge]][travis-master-link]
[![Build Status Develop][travis-develop-badge]][travis-develop-link]
[![Maintainability][codeclimate-maint-badge]][codeclimate-maint-link]
[![Test Coverage][codeclimate-cover-badge]][codeclimate-cover-link]## Install
Install the package using composer:
```bash
composer digipolisgent/geopunt-geolocation
```## Change log
Please see [CHANGELOG](CHANGELOG.md) for more information what has changed
recently.## Examples
See the [examples](examples) directory how to use the service wrappers.
## Testing
Run the quality test suite:
``` bash
composer install
composer grumphp
```## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more
information.[geopunt.api]: https://loc.geopunt.be/
[github-badge]: https://img.shields.io/badge/github-DigipolisGent_Geopunt_Geolocation-blue.svg?logo=github&style=flat-square
[github-link]: https://github.com/district09/php_package_dg-geopunt-geolocation[license-badge]: https://img.shields.io/github/license/digipolisgent/php_package_dg-geopunt-geolocation?style=flat-square
[license-link]: LICENSE.md[packagist-version-badge]: https://img.shields.io/packagist/v/digipolisgent/geopunt-geolocation?style=flat-square&include_prereleases
[packagist-version-link]: https://packagist.org/packages/digipolisgent/geopunt-geolocation[travis-master-badge]: https://app.travis-ci.com/district09/php_package_dg-geopunt-geolocation.svg?branch=main
[travis-master-link]: https://app.travis-ci.com/district09/php_package_dg-geopunt-geolocation/branches
[travis-develop-badge]: https://app.travis-ci.com/district09/php_package_dg-geopunt-geolocation.svg?branch=develop
[travis-develop-link]: https://app.travis-ci.com/district09/php_package_dg-geopunt-geolocation/branches[codeclimate-maint-badge]: https://img.shields.io/codeclimate/maintainability/district09/php_package_dg-geopunt-geolocation?logo=code-climate&style=flat-square
[codeclimate-maint-link]: https://codeclimate.com/github/district09/php_package_dg-geopunt-geolocation
[codeclimate-cover-badge]: https://img.shields.io/codeclimate/coverage/district09/php_package_dg-geopunt-geolocation?logo=code-climate&style=flat-square
[codeclimate-cover-link]: https://codeclimate.com/github/district09/php_package_dg-geopunt-geolocation