geolocation-php-api

This Geolocation PHP class connects to Google Geocoding API to find latitude/longitude or the address.

MIT License

Downloads
275.8K
Stars
73
Committers
7
geolocation-php-api - Fixed typo with safe_mode curl call Latest Release

Published by jeroendesloovere over 1 year ago

geolocation-php-api - https is now by default true

Published by jeroendesloovere over 6 years ago

geolocation-php-api - Added type casting in methods

Published by jeroendesloovere over 6 years ago

  • Added type casting in methods
  • Code style optimizations
geolocation-php-api - CodeSniffer added

Published by jeroendesloovere over 6 years ago

geolocation-php-api - getAddress and getCoordinates now result object

Published by jeroendesloovere over 6 years ago

  • getAddress now returns JeroenDesloovere\Geolocation\Address
  • getCoordinates now returns JeroenDesloovere\Geolocation\Coordinates
geolocation-php-api - Throw `GeolocationException` when an error occurs

Published by jeroendesloovere over 6 years ago

Throw GeolocationException when an error occurs - #10

geolocation-php-api - Added "api-key" and "https"

Published by jeroendesloovere almost 7 years ago

geolocation-php-api - Removed static functions

Published by jeroendesloovere over 9 years ago

geolocation-php-api - Tests added + new function getAddresses()

Published by jeroendesloovere over 9 years ago

1.2.0 (2015-05-21)

Improvements:

  • getAddress now returns array('label' => '', 'components' => array(array('long_name', 'short_name', 'types' => array())));
  • New function getAddresses now added.
  • Tests added.
geolocation-php-api - Namespacing completed

Published by jeroendesloovere over 10 years ago

geolocation-php-api - Can get coordinates from address or reverse.

Published by siesqo about 11 years ago