Skip to content

Commit 25a89b7

Browse files
authored
Updated readme (#688)
1 parent 10496b2 commit 25a89b7

File tree

1 file changed

+17
-5
lines changed

1 file changed

+17
-5
lines changed

Readme.md

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,22 @@
1-
# Common classes for the Geocoder
2-
[![Build Status](https://travis-ci.org/geocoder-php/php-common.svg?branch=master)](http://travis-ci.org/geocoder-php/php-common)
3-
[![Latest Stable Version](https://poser.pugx.org/willdurand/geocoder/v/stable)](https://packagist.org/packages/willdurand/geocoder)
4-
[![Total Downloads](https://poser.pugx.org/willdurand/geocoder/downloads)](https://packagist.org/packages/willdurand/geocoder)
5-
[![Monthly Downloads](https://poser.pugx.org/willdurand/geocoder/d/monthly.png)](https://packagist.org/packages/willdurand/geocoder)
1+
# Common classes for HTTP based Geocoders
2+
3+
[![Build Status](https://travis-ci.org/geocoder-php/php-common-http.svg?branch=master)](http://travis-ci.org/geocoder-php/php-common-http)
4+
[![Latest Stable Version](https://poser.pugx.org/geocoder-php/common-http/v/stable)](https://packagist.org/packages/geocoder-php/common-http)
5+
[![Total Downloads](https://poser.pugx.org/geocoder-php/common-http/downloads)](https://packagist.org/packages/geocoder-php/common-http)
6+
[![Monthly Downloads](https://poser.pugx.org/geocoder-php/common-http/d/monthly.png)](https://packagist.org/packages/geocoder-php/common-http)
67
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)
78

9+
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/).
10+
It does contain a an `AbstractHttpProvider`.
11+
12+
### Install
13+
14+
In 99% of the cases you do **not** want to install this package directly. You are more likely to install one provider.
15+
Have a look at [the documentation](https://github.com/geocoder-php/Geocoder) to see the different providers.
16+
17+
```bash
18+
composer require geocoder-php/common-http
19+
```
820

921
### Contribute
1022

0 commit comments

Comments
 (0)