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

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

Awesome Lists containing this project

README

          

# Pelias Geocoder provider

[![Build Status](https://travis-ci.org/geocoder-php/pelias-provider.svg?branch=master)](http://travis-ci.org/geocoder-php/pelias-provider)
[![Latest Stable Version](https://poser.pugx.org/geocoder-php/pelias-provider/v/stable)](https://packagist.org/packages/geocoder-php/pelias-provider)
[![Total Downloads](https://poser.pugx.org/geocoder-php/pelias-provider/downloads)](https://packagist.org/packages/geocoder-php/pelias-provider)
[![Monthly Downloads](https://poser.pugx.org/geocoder-php/pelias-provider/d/monthly.png)](https://packagist.org/packages/geocoder-php/pelias-provider)
[![Code Coverage](https://img.shields.io/scrutinizer/coverage/g/geocoder-php/pelias-provider.svg?style=flat-square)](https://scrutinizer-ci.com/g/geocoder-php/pelias-provider)
[![Quality Score](https://img.shields.io/scrutinizer/g/geocoder-php/pelias-provider.svg?style=flat-square)](https://scrutinizer-ci.com/g/geocoder-php/pelias-provider)
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](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).