Download the PHP package numero2/contao-storelocator without Composer
On this page you can find all versions of the php package numero2/contao-storelocator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download numero2/contao-storelocator
More information about numero2/contao-storelocator
Files in numero2/contao-storelocator
Package contao-storelocator
Short Description Contao Plugin for managing stores (or in common address data) and providing a frontend-search based on geo data
License LGPL-3.0+
Informations about the package contao-storelocator
Contao StoreLocator
About
This extension offers the possibility to create multiple lists containing address data, contact information as well as opening times. From the Frontend the user can enter any possible address to see which stores are nearby (like on Google Maps). Read more
Screenshot
System requirements
- Contao 4.13 or newer
- Google API Key
Installation
- Install via Contao Manager or Composer (
composer require numero2/contao-storelocator
) - Run a database update via the Contao-Installtool or using the contao:migrate command.
Using other providers
StoreLocator comes pre-bundled with a provider for Google Maps. If you want to use another provider you'll need to install additional packages:
Package | Provider |
---|---|
numero2/contao-storelocator-bing-maps-provider |
Bing Maps |
numero2/contao-storelocator-here-provider |
HERE Maps |
numero2/contao-storelocator-nominatim-provider |
OpenStreetMap Nominatim |
numero2/contao-storelocator-open-cage-provider |
OpenCage |
Events
By default the importer will populate the model with the fields for the current row and the key provided in the first row of the file. For custom handling feel free to use the contao.storelocator_store_import
event:
All versions of contao-storelocator with dependencies
doctrine/dbal Version ^3.3 || ^3.6
geocoder-php/google-maps-provider Version ^4.6
psr/http-client Version ^1.0
psr/log Version ^1.1 || 2.0 || ^3.0
symfony/config Version ^5.4 || ^6.4 || ^7.0
symfony/dependency-injection Version ^5.4 || ^6.4 || ^7.0
symfony/event-dispatcher-contracts Version ^2.0 || ^3.0
symfony/event-dispatcher Version ^5.4 || ^6.4 || ^7.0
symfony/filesystem Version ^5.4 || ^6.4 || ^7.0
symfony/http-foundation Version ^5.4 || ^6.4 || ^7.0
symfony/http-kernel Version ^5.4 || ^6.4 || ^7.0
symfony/translation-contracts Version ^2.3 || ^3.0
willdurand/geocoder Version ^4.3