File tree Expand file tree Collapse file tree 1 file changed +17
-5
lines changed
Expand file tree Collapse file tree 1 file changed +17
-5
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments