https://github.com/geocoder-php/pelias-provider
[READ ONLY] Provider for Pelias
https://github.com/geocoder-php/pelias-provider
Last synced: 4 months ago
JSON representation
[READ ONLY] Provider for Pelias
- Host: GitHub
- URL: https://github.com/geocoder-php/pelias-provider
- Owner: geocoder-php
- License: mit
- Created: 2019-09-26T08:44:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-06-07T08:13:00.000Z (8 months ago)
- Last Synced: 2025-06-22T13:39:28.821Z (8 months ago)
- Language: PHP
- Homepage:
- Size: 33.2 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Pelias Geocoder provider
[](http://travis-ci.org/geocoder-php/pelias-provider)
[](https://packagist.org/packages/geocoder-php/pelias-provider)
[](https://packagist.org/packages/geocoder-php/pelias-provider)
[](https://packagist.org/packages/geocoder-php/pelias-provider)
[](https://scrutinizer-ci.com/g/geocoder-php/pelias-provider)
[](https://scrutinizer-ci.com/g/geocoder-php/pelias-provider)
[](LICENSE)
This is the Pelias provider from the PHP Geocoder. This is a **READ ONLY** repository. See the
[main repo](https://github.com/geocoder-php/Geocoder) for information and documentation.
## Pelias
Pelias is an open-source geocoder. You can find its [documentation here](https://github.com/pelias/documentation).
Pelias does not provide an API per se but other API (and providers) are based on Pelias and extend this provider.
You can run your own Pelias instance on your server, see [documentation](https://github.com/pelias/documentation/blob/master/getting_started_install.md) to install it.
For instance:
- Geocode Earth ([Website](https://geocode.earth/) & [Provider](https://github.com/geocoder-php/geocode-earth-provider))
- OpenRouteService ([Website](https://openrouteservice.org/) & [Provider](https://github.com/geocoder-php/openrouteservice-provider))
## Install
```bash
composer require geocoder-php/pelias-provider
```
## Contribute
Contributions are very welcome! Send a pull request to the [main repository](https://github.com/geocoder-php/Geocoder) or
report any issues you find on the [issue tracker](https://github.com/geocoder-php/Geocoder/issues).