Skip to content

Releases: skthon/geohash

Fix geohash for neighbours and removed deprecated curly braces

25 Jul 17:33
d94b00f

Choose a tag to compare

  • Neighbors are calculated incorrectly for some geohashes whenever last character is empty.
  • Removed usage of curly braces as its deprecated in php 7.4.

Neighbor geohashes

24 Aug 12:47
ffbf58f

Choose a tag to compare

Geohash library now supports identifying neighbouring geohashes for the provided geohash.

v0.9

04 Feb 16:00

Choose a tag to compare

v0.9 Pre-release
Pre-release

Supports both encoding and decoding. Added php unit tests.

Pre release version of this library

12 Dec 02:25
7b2d725

Choose a tag to compare

Pre-release
  • It is in still development phase.
  • It supports encoding and decoding functions.
  • Php unit tests and stable documentation will be out soon