An open API service indexing awesome lists of open source software.

https://github.com/tales-from-a-dev/geocoder-php-adgfr-provider

πŸ‡«πŸ‡· πŸ—ΊοΈ Geocoder PHP provider for https://adresse.data.gouv.fr
https://github.com/tales-from-a-dev/geocoder-php-adgfr-provider

geocode geocoder php provider

Last synced: 20 days ago
JSON representation

πŸ‡«πŸ‡· πŸ—ΊοΈ Geocoder PHP provider for https://adresse.data.gouv.fr

Awesome Lists containing this project

README

          

# [adresse.data.gouv.fr](https://adresse.data.gouv.fr/) Geocoder provider

[![Tests](https://img.shields.io/github/actions/workflow/status/tales-from-a-dev/geocoder-php-adgfr-provider/provider.yml?label=tests&style=for-the-badge)](https://github.com/tales-from-a-dev/geocoder-php-adgfr-provider/actions/workflows/provider.yml)
![PHP Version](https://img.shields.io/badge/php->=8.2-4f5b93.svg?style=for-the-badge)
[![Packagist Version](https://img.shields.io/packagist/v/tales-from-a-dev/geocoder-php-adgfr-provider?style=for-the-badge)](https://packagist.org/packages/tales-from-a-dev/geocoder-php-adgfr-provider)
[![License](https://img.shields.io/github/license/tales-from-a-dev/geocoder-php-adgfr-provider?style=for-the-badge)](https://github.com/tales-from-a-dev/geocoder-php-adgfr-provider/blob/main/LICENSE)

> [!NOTE]
> [Geocoder PHP](https://github.com/geocoder-php/Geocoder) is a PHP library which helps you build geo-aware applications by providing a powerful abstraction layer for geocoding manipulations.

This is the [adresse.data.gouv.fr](https://adresse.data.gouv.fr/) provider for the PHP Geocoder.

## Install

```bash
composer require tales-from-a-dev/geocoder-php-adgfr-provider
```

## Usage

See [Geocoder PHP README file](https://github.com/geocoder-php/Geocoder/blob/master/README.md).

## Credits

* [Romain Monteil](https://github.com/ker0x)
* [All contributors](https://github.com/talesfromadev/geocoder-php-adgfr-provider/graphs/contributors)

## License

This bundle is under the MIT license.
For the whole copyright, see the [LICENSE](LICENSE) file distributed with this source code.