27 lines
1.7 KiB
Markdown
27 lines
1.7 KiB
Markdown
# Common classes for HTTP based Geocoders
|
|
|
|
[](http://travis-ci.org/geocoder-php/php-common-http)
|
|
[](https://packagist.org/packages/geocoder-php/common-http)
|
|
[](https://packagist.org/packages/geocoder-php/common-http)
|
|
[](https://packagist.org/packages/geocoder-php/common-http)
|
|
[](https://scrutinizer-ci.com/g/geocoder-php/php-common-http)
|
|
[](https://scrutinizer-ci.com/g/geocoder-php/php-common-http)
|
|
[](LICENSE)
|
|
|
|
This package has dependency on HTTP related libraries. Such as the great [HTTPlug](http://httplug.io/) and [PSR7](http://www.php-fig.org/psr/psr-7/).
|
|
It does contain a an `AbstractHttpProvider`.
|
|
|
|
### Install
|
|
|
|
In 99% of the cases you do **not** want to install this package directly. You are more likely to install one provider.
|
|
Have a look at [the documentation](https://github.com/geocoder-php/Geocoder) to see the different providers.
|
|
|
|
```bash
|
|
composer require geocoder-php/common-http
|
|
```
|
|
|
|
### 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).
|