8000 Create gh-pages branch via GitHub · geocoder-php/Geocoder@42bbc75 · GitHub
[go: up one dir, main page]

Skip to content

Commit 42bbc75

Browse files
committed
Create gh-pages branch via GitHub
1 parent d97bebb commit 42bbc75

File tree

2 files changed

+15
-7
lines changed

2 files changed

+15
-7
lines changed

index.html

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55
<meta http-equiv="X-UA-Compatible" content="chrome=1">
6-
<title>Geocoder - The almost missing Geocoder PHP 5.3 library</title>
6+
<title>Geocoder by willdurand</title>
77

88
<link rel="stylesheet" href="stylesheets/styles.css">
99
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
@@ -43,13 +43,15 @@ <h3>HttpAdapters</h3>
4343

4444
<ul>
4545
<li>
46-
<code>BuzzHttpAdapter</code> for <a href="https://github.com/kriswallsmith/Buzz">Buzz</a>, a lightweight PHP 5.3 library for issuing HTTP requests;</li>
46+
<code>BuzzHttpAdapter</code> to use <a href="https://github.com/kriswallsmith/Buzz">Buzz</a>, a lightweight PHP 5.3 library for issuing HTTP requests;</li>
4747
<li>
48-
<code>CurlHttpAdapter</code> for <a href="http://php.net/manual/book.curl.php">cURL</a>;</li>
48+
<code>CurlHttpAdapter</code> to use <a href="http://php.net/manual/book.curl.php">cURL</a>;</li>
4949
<li>
50-
<code>GuzzleHttpAdapter</code> for <a href="https://github.com/guzzle/guzzle">Guzzle</a>, PHP 5.3+ HTTP client and framework for building RESTful web service clients;</li>
50+
<code>GuzzleHttpAdapter</code> to use <a href="https://github.com/guzzle/guzzle">Guzzle</a>, PHP 5.3+ HTTP client and framework for building RESTful web service clients;</li>
5151
<li>
52-
<code>ZendHttpAdapter</code> for <a href="http://framework.zend.com/manual/2.0/en/modules/zend.http.client.html">Zend Http Client</a>.</li>
52+
<code>SocketHttpAdapter</code> to use a <a href="http://www.php.net/manual/function.fsockopen.php">socket</a>;</li>
53+
<li>
54+
<code>ZendHttpAdapter</code> to use <a href="http://framework.zend.com/manual/2.0/en/modules/zend.http.client.html">Zend Http Client</a>.</li>
5355
</ul><h3>Providers</h3>
5456

5557
<p><em>Providers</em> contain the logic to extract useful information.</p>
@@ -86,7 +88,9 @@ <h3>HttpAdapters</h3>
8688
<li>
8789
<a href="http://geocoder.us/">GeoCoder.us</a> as Address-Based geocoding provider (exclusively in USA);</li>
8890
<li>
89-
<a href="http://www.ign.fr/">IGN OpenLS</a> as Address-Based geocoding provider (exclusively in France).</li>
91+
<a href="http://www.ign.fr/">IGN OpenLS</a> as Address-Based geocoding provider (exclusively in France);</li>
92+
<li>
93+
<a href="http://www.datasciencetoolkit.org/">DataScienceToolkit</a> as IP-Based geocoding provider.</li>
9094
</ul><h2>Installation</h2>
9195

9296
<p>The recommended way to install Geocoder is through composer.</p>
@@ -203,6 +207,10 @@ <h3>IGNOpenLSProvider</h3>
203207

204208
<p>The <code>IGNOpenLSProvider</code> is able to geocode <strong>street addresses</strong> only, exclusively in France.</p>
205209

210+
<h3>DataScienceToolkitProvider</h3>
211+
212+
<p>The <code>DataScienceToolkitProvider</code> is able to geocode <strong>IPv4 addresses</strong> only.</p>
213+
206214
<p>You can use one of them or write your own provider. You can also register all providers and decide later.
207215
That's we'll do:</p>
208216

0 commit comments

Comments
 (0)
0