Download the PHP package schoenef/here-api-connector-bundle without Composer
On this page you can find all versions of the php package schoenef/here-api-connector-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download schoenef/here-api-connector-bundle
More information about schoenef/here-api-connector-bundle
Files in schoenef/here-api-connector-bundle
Package here-api-connector-bundle
Short Description Allows to use the here geolocation api at https://developer.here.com/documentation#geocoder easily inside of symfony projects.
License MIT
Informations about the package here-api-connector-bundle
HereApiConnectorBundle
Allows to use the here geolocation and autocomplete api easily inside of symfony projects.
you'll need an APP ID and APP Code to use this service. It is just an easy wrapper to actually have access in the symfony context to this.
The Bundle converts the result of the Here API to geojson in order to allow it to work seamlessly with other apis.
Installation
Step 1: Download the Bundle
Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:
This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation.
Step 2: Enable the Bundle
Then, enable the bundle by adding it to the list of registered bundles
in the app/AppKernel.php
file of your project:
Step 3: Configure the Bundle
Add the following configuration to your :
Usage
To use the connector, you can use the following inside of symfony controllers:
All versions of here-api-connector-bundle with dependencies
symfony/framework-bundle Version >=2
schoenef/here-api-connector Version ^1.0