Download the PHP package thiagoprz/here-geocoder without Composer
On this page you can find all versions of the php package thiagoprz/here-geocoder. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download thiagoprz/here-geocoder
More information about thiagoprz/here-geocoder
Files in thiagoprz/here-geocoder
Package here-geocoder
Short Description Laravel package to explore Here Maps API
License MIT
Informations about the package here-geocoder
HERE GEOCODER
A Laravel package to work with Here Maps API.
Installing
composer require thiagoprz/here-geocoder
-
Add provider on config/app.php
- Add three enviromental variables on your projects .env file (or on your system variables):
- HERE_API_ID for geolocation services
- HERE_APP_CODE for geolocation services
- HERE_API_KEY for reverse geolocation service
Register on https://developer.here.com/?create=Freemium-Basic&keepState=true&step=account and create a project.
Features
- Address (and places) Geocoding
Testing Tool
To make it easier Here Geocoder comes with a tool for testing the geocode functionality. After installation access http://YOU_PROJECT_LOCAL_URL/here_geocoder and you will be able to test the geocoding feature without having to code.
The testing tool only will be available when APP_ENV is not running on production (prod or production).
Roadmap
- Unit Tests
- Add batch geolocation support
- Add batch places support
- Add Facade for simpler access to geocode and future methods
For more information about geocode API check the Here API documentation: https://developer.here.com/documentation/geocoder/topics/what-is.html
The HERE API and HERE are trademarks of HERE Global B.V.