-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
14 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,20 @@ | ||
### Geohash | ||
Geohash | ||
------- | ||
|
||
Geohash is a php module that provides below functions. | ||
* Encoding geographic location into short string of letters and digits. | ||
* Decoding string of letters and digits to latitude and longitude. | ||
|
||
### See these resources online: | ||
Installation | ||
------- | ||
|
||
The easiest way to install PHP Geohash is with [composer](https://getcomposer.org). Find it on [Packagist](https://packagist.org/packages/saikiran/geohash). | ||
~~~ | ||
$ composer require saikiran/geohash | ||
~~~ | ||
|
||
See these resources online: | ||
------- | ||
|
||
* http://geohash.org | ||
* http://en.wikipedia.org/wiki/Geohash |