Download the PHP package wr/geocoding-bundle without Composer
On this page you can find all versions of the php package wr/geocoding-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download wr/geocoding-bundle
More information about wr/geocoding-bundle
Files in wr/geocoding-bundle
Package geocoding-bundle
Short Description Geocoding bundle for Contao Open Source CMS
License LGPL-3.0
Homepage https://github.com/webrealisierung-ch/geocoding-bundle
Informations about the package geocoding-bundle
Geocoding Bundle for the Contao Open Source CMS
With this bundle you can easily calculate the geo position from a given address, city, place or country over the Google Geocode API with Contao 4.4.*
A Google API key is required. You can generate a API key under the following link: https://developers.google.com/maps/documentation/geocoding/get-api-key
Attention
This bundle is currently under development. You can use it at your own risk! A stable version will be available soon. Of course you can submit issues and feature requests on the repository issue section. Thx!
How to install
Contao Standard Edition
Run in your project folder the following Composer command to add the Geocoding Bundle to your project:
Add the Bundle to app/AppKernel.php
bundles array after all the Contao bundles:
Clear the cache and warmup the cache with the following two commands:
Go to the install tool and update the database. Then login into the back end.
Contao Managed Edition
Without the awesome Contao Manager
Run in your project folder the following Composer command to add the geocoding Bundle to your project:
Clear the cache and warmup the cache with the following two commands:
Go to the install tool and update the database. Then login into the back end.
With the awesome Contao Manager
- Search in the Contao Manager search bar the bundle
wr/geocoding-bundle
and click on the install button. - Go to the install tool and update the database. Then login into the back end.
Dependencies
php: ^7.0
symfony/symfony: ^3.3
contao/core-bundle: ^4.4
Usage
You can use the class with the container as follow:
If the request was successful the geocoder object return the response object from the Google API otherwise it will return NULL.
Alternatively you can access the following properties.
Licence
The geocoding bundle is published under the LGPLv3.
Documentation
Unfortunately, at the moment there is no documentation available. But we will fix this as soon as there is a stable version.
Contact/Support
For further information feel free and get in contact with us: [email protected]
Donation
If you like our work feel free to donate.
There are many ways to donate to the project. The following list contains some possibilities:
All versions of geocoding-bundle with dependencies
ext-curl Version *
symfony/framework-bundle Version ^3.3
contao/core-bundle Version ^4.4