Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
skthon authored Dec 11, 2017
1 parent 351280f commit 7b2d725
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions README.md
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

0 comments on commit 7b2d725

Please sign in to comment.