[docs][ci skip] Adding note about PHP binding
This commit is contained in:
@@ -17,7 +17,7 @@ comparison and full-text indexing.
|
|||||||
|
|
||||||
While libpostal is not itself a full geocoder, it can be used as a preprocessing step to make any geocoding application smarter, simpler, and more consistent internationally.
|
While libpostal is not itself a full geocoder, it can be used as a preprocessing step to make any geocoding application smarter, simpler, and more consistent internationally.
|
||||||
|
|
||||||
The core library is written in pure C. Language bindings for [Python](https://github.com/openvenues/pypostal), [Ruby](https://github.com/openvenues/ruby_postal), [Go](https://github.com/openvenues/gopostal), [Java](https://github.com/openvenues/jpostal), and [NodeJS](https://github.com/openvenues/node-postal) are officially supported and it's easy to write bindings in other languages.
|
The core library is written in pure C. Language bindings for [Python](https://github.com/openvenues/pypostal), [Ruby](https://github.com/openvenues/ruby_postal), [Go](https://github.com/openvenues/gopostal), [Java](https://github.com/openvenues/jpostal), [PHP](https://github.com/openvenues/php-postal), and [NodeJS](https://github.com/openvenues/node-postal) are officially supported and it's easy to write bindings in other languages.
|
||||||
|
|
||||||
Examples of normalization
|
Examples of normalization
|
||||||
-------------------------
|
-------------------------
|
||||||
@@ -206,6 +206,7 @@ Libpostal is designed to be used by higher-level languages. Here are the officia
|
|||||||
- Ruby: [ruby_postal](https://github.com/openvenues/ruby_postal)
|
- Ruby: [ruby_postal](https://github.com/openvenues/ruby_postal)
|
||||||
- Go: [gopostal](https://github.com/openvenues/gopostal)
|
- Go: [gopostal](https://github.com/openvenues/gopostal)
|
||||||
- Java/JVM: [jpostal](https://github.com/openvenues/jpostal)
|
- Java/JVM: [jpostal](https://github.com/openvenues/jpostal)
|
||||||
|
- PHP: [php-postal](https://github.com/openvenues/php-postal)
|
||||||
- NodeJS: [node-postal](https://github.com/openvenues/node-postal)
|
- NodeJS: [node-postal](https://github.com/openvenues/node-postal)
|
||||||
|
|
||||||
If you don't see your language of choice, or if you're writing a language binding, please let us know!
|
If you don't see your language of choice, or if you're writing a language binding, please let us know!
|
||||||
|
|||||||
Reference in New Issue
Block a user