Skip to content

Commit 8c5755d

Browse files
authored
Fixed some typoes and added meta files for Chain provider (#702)
* Updated readme names * Added metadata for chain provider
1 parent 8b380f1 commit 8c5755d

File tree

16 files changed

+51
-16
lines changed

16 files changed

+51
-16
lines changed

src/Provider/Chain/.travis.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
language: php
2+
sudo: false
3+
4+
php: 7.0
5+
6+
install:
7+
- composer update --prefer-stable --prefer-dist
8+
9+
script:
10+
- composer test-ci
11+
12+
after_success:
13+
- wget https://scrutinizer-ci.com/ocular.phar; php ocular.phar code-coverage:upload --format=php-clover
14+

src/Provider/Chain/LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2011 — William Durand <[email protected]>
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

src/Provider/Chain/Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# Free GeoIp provider
1+
# Chain provider
22
[![Build Status](https://travis-ci.org/geocoder-php/chain-provider.svg?branch=master)](http://travis-ci.org/geocoder-php/chain-provider)
33
[![Latest Stable Version](https://poser.pugx.org/geocoder-php/chain-provider/v/stable)](https://packagist.org/packages/geocoder-php/chain-provider)
44
[![Total Downloads](https://poser.pugx.org/geocoder-php/chain-provider/downloads)](https://packagist.org/packages/geocoder-php/chain-provider)
55
[![Monthly Downloads](https://poser.pugx.org/geocoder-php/chain-provider/d/monthly.png)](https://packagist.org/packages/geocoder-php/chain-provider)
66
[![Quality Score](https://img.shields.io/scrutinizer/g/geocoder-php/chain-provider.svg?style=flat-square)](https://scrutinizer-ci.com/g/geocoder-php/chain-provider)
77
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)
88

9-
This is the Free GeoIp provider from the PHP Geocoder. This is a **READ ONLY** repository. See the
9+
This is the Chain provider from the PHP Geocoder. This is a **READ ONLY** repository. See the
1010
[main repo](https://github.com/geocoder-php/Geocoder) for information and documentation.
1111

1212
### Install

src/Provider/GeoIP2/Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Bing Maps Geocoder provider
1+
# GeoIP2 Geocoder provider
22
[![Build Status](https://travis-ci.org/geocoder-php/geoip2-provider.svg?branch=master)](http://travis-ci.org/geocoder-php/geoip2-provider)
33
[![Latest Stable Version](https://poser.pugx.org/geocoder-php/geoip2-provider/v/stable)](https://packagist.org/packages/geocoder-php/geoip2-provider)
44
[![Total Downloads](https://poser.pugx.org/geocoder-php/geoip2-provider/downloads)](https://packagist.org/packages/geocoder-php/geoip2-provider)

src/Provider/GeoIPs/Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Bing Maps Geocoder provider
1+
# GeoIPs Geocoder provider
22
[![Build Status](https://travis-ci.org/geocoder-php/geoips-provider.svg?branch=master)](http://travis-ci.org/geocoder-php/geoips-provider)
33
[![Latest Stable Version](https://poser.pugx.org/geocoder-php/geoips-provider/v/stable)](https://packagist.org/packages/geocoder-php/geoips-provider)
44
[![Total Downloads](https://poser.pugx.org/geocoder-php/geoips-provider/downloads)](https://packagist.org/packages/geocoder-php/geoips-provider)

src/Provider/GeoPlugin/Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Bing Maps Geocoder provider
1+
# GeoPlugin Geocoder provider
22
[![Build Status](https://travis-ci.org/geocoder-php/geo-plugin-provider.svg?branch=master)](http://travis-ci.org/geocoder-php/geo-plugin-provider)
33
[![Latest Stable Version](https://poser.pugx.org/geocoder-php/geo-plugin-provider/v/stable)](https://packagist.org/packages/geocoder-php/geo-plugin-provider)
44
[![Total Downloads](https://poser.pugx.org/geocoder-php/geo-plugin-provider/downloads)](https://packagist.org/packages/geocoder-php/geo-plugin-provider)

src/Provider/Geoip/Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Bing Maps Geocoder provider
1+
# Geoip Geocoder provider
22
[![Build Status](https://travis-ci.org/geocoder-php/geoip-provider.svg?branch=master)](http://travis-ci.org/geocoder-php/geoip-provider)
33
[![Latest Stable Version](https://poser.pugx.org/geocoder-php/geoip-provider/v/stable)](https://packagist.org/packages/geocoder-php/geoip-provider)
44
[![Total Downloads](https://poser.pugx.org/geocoder-php/geoip-provider/downloads)](https://packagist.org/packages/geocoder-php/geoip-provider)

src/Provider/Geonames/Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Bing Maps Geocoder provider
1+
# Geonames Geocoder provider
22
[![Build Status](https://travis-ci.org/geocoder-php/geonames-provider.svg?branch=master)](http://travis-ci.org/geocoder-php/geonames-provider)
33
[![Latest Stable Version](https://poser.pugx.org/geocoder-php/geonames-provider/v/stable)](https://packagist.org/packages/geocoder-php/geonames-provider)
44
[![Total Downloads](https://poser.pugx.org/geocoder-php/geonames-provider/downloads)](https://packagist.org/packages/geocoder-php/geonames-provider)

src/Provider/HostIp/Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Bing Maps Geocoder provider
1+
# HostIp Geocoder provider
22
[![Build Status](https://travis-ci.org/geocoder-php/host-ip-provider.svg?branch=master)](http://travis-ci.org/geocoder-php/host-ip-provider)
33
[![Latest Stable Version](https://poser.pugx.org/geocoder-php/host-ip-provider/v/stable)](https://packagist.org/packages/geocoder-php/host-ip-provider)
44
[![Total Downloads](https://poser.pugx.org/geocoder-php/host-ip-provider/downloads)](https://packagist.org/packages/geocoder-php/host-ip-provider)

src/Provider/IpInfoDb/Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# Bing Maps Geocoder provider
1+
# IpInfoDb Geocoder provider
22
[![Build Status](https://travis-ci.org/geocoder-php/ip-info-db-provider.svg?branch=master)](http://travis-ci.org/geocoder-php/ip-info-db-provider)
33
[![Latest Stable Version](https://poser.pugx.org/geocoder-php/ip-info-db-provider/v/stable)](https://packagist.org/packages/geocoder-php/ip-info-db-provider)
44
[![Total Downloads](https://poser.pugx.org/geocoder-php/ip-info-db-provider/downloads)](https://packagist.org/packages/geocoder-php/ip-info-db-provider)
55
[![Monthly Downloads](https://poser.pugx.org/geocoder-php/ip-info-db-provider/d/monthly.png)](https://packagist.org/packages/geocoder-php/ip-info-db-provider)
66
[![Quality Score](https://img.shields.io/scrutinizer/g/geocoder-php/ip-info-db-provider.svg?style=flat-square)](https://scrutinizer-ci.com/g/geocoder-php/ip-info-db-provider)
77
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)
88

9-
This is the HostIp provider from the PHP Geocoder. This is a **READ ONLY** repository. See the
9+
This is the IpInfoDb provider from the PHP Geocoder. This is a **READ ONLY** repository. See the
1010
[main repo](https://github.com/geocoder-php/Geocoder) for information and documentation.
1111

1212
### Install

0 commit comments

Comments
 (0)