{"id":21499189,"url":"https://github.com/numero2/contao-storelocator","last_synced_at":"2025-08-21T02:31:58.644Z","repository":{"id":1920462,"uuid":"2848386","full_name":"numero2/contao-storelocator","owner":"numero2","description":"Contao Plugin for managing stores (or in common address data) and providing a frontend-search based on geo data.","archived":false,"fork":false,"pushed_at":"2024-10-24T08:35:42.000Z","size":1007,"stargazers_count":13,"open_issues_count":1,"forks_count":8,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-12-07T03:21:18.996Z","etag":null,"topics":["bing","contao4","google-maps","heremaps","maps","nominatim","openstreetmap"],"latest_commit_sha":null,"homepage":"https://www.numero2.de/contao/erweiterungen/storelocator.html","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/numero2.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2011-11-25T08:20:49.000Z","updated_at":"2024-10-24T08:35:45.000Z","dependencies_parsed_at":"2023-11-09T15:28:19.142Z","dependency_job_id":"0adee841-1d26-4cb8-954a-d762fc8e331c","html_url":"https://github.com/numero2/contao-storelocator","commit_stats":{"total_commits":202,"total_committers":13,"mean_commits":"15.538461538461538","dds":0.698019801980198,"last_synced_commit":"67d0b1c1be0ea5bd47cff6ee2a41e7c64f72c8ff"},"previous_names":[],"tags_count":33,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/numero2%2Fcontao-storelocator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/numero2%2Fcontao-storelocator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/numero2%2Fcontao-storelocator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/numero2%2Fcontao-storelocator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/numero2","download_url":"https://codeload.github.com/numero2/contao-storelocator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230479864,"owners_count":18232630,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bing","contao4","google-maps","heremaps","maps","nominatim","openstreetmap"],"created_at":"2024-11-23T17:10:04.871Z","updated_at":"2025-08-21T02:31:58.630Z","avatar_url":"https://github.com/numero2.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Contao StoreLocator\n======================\n\n[![](https://img.shields.io/packagist/v/numero2/contao-storelocator.svg?style=flat-square)](https://packagist.org/packages/numero2/contao-storelocator) [![License: LGPL v3](https://img.shields.io/badge/License-LGPL%20v3-blue.svg?style=flat-square)](http://www.gnu.org/licenses/lgpl-3.0)\n\nAbout\n--\n\nThis 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](https://www.numero2.de/contao/erweiterungen/storelocator.html)\n\nScreenshot\n--\n\n![Editing a single store](./docs/screenshot.png)\n\nSystem requirements\n--\n\n* [Contao 4.13](https://github.com/contao/contao) or newer\n* [Google API Key](https://github.com/numero2/contao-storelocator/wiki/Google-Keys)\n\nInstallation\n--\n\n* Install via Contao Manager or Composer (`composer require numero2/contao-storelocator`)\n* Run a database update via the Contao-Installtool or using the [contao:migrate](https://docs.contao.org/dev/reference/commands/) command.\n\nUsing other providers\n--\n\nStoreLocator comes pre-bundled with a provider for Google Maps.\nIf you want to use another provider you'll need to install additional packages:\n\n| Package                           | Provider                |\n|-----------------------------------|-------------------------|\n| `geocoder-php/bing-maps-provider` | Bing Maps               |\n| `geocoder-php/here-provider`      | HERE Maps               |\n| `geocoder-php/nominatim-provider` | OpenStreetMap Nominatim |\n| `geocoder-php/open-cage-provider` | OpenCage                |\n\n\nEvents\n--\n\nBy 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:\n\n```php\n// src/EventListener/StoreImportListener.php\nnamespace App\\EventListener;\n\nuse numero2\\StoreLocatorBundle\\Event\\StoreImportEvent;\nuse numero2\\StoreLocatorBundle\\Event\\StoreLocatorEvents;\nuse Symfony\\Component\\EventDispatcher\\Attribute\\AsEventListener;\n\n#[AsEventListener(StoreLocatorEvents::STORE_IMPORT)]\nclass StoreImportListener {\n\n    public function __invoke( StoreImportEvent $event ): void {\n        // …\n    }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnumero2%2Fcontao-storelocator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnumero2%2Fcontao-storelocator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnumero2%2Fcontao-storelocator/lists"}