Download the PHP package frenzelgmbh/cm-address without Composer
On this page you can find all versions of the php package frenzelgmbh/cm-address. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download frenzelgmbh/cm-address
More information about frenzelgmbh/cm-address
Files in frenzelgmbh/cm-address
Informations about the package cm-address
cm-address
common module :: Address Management Module (Frenzel GmbH 2017) v.1.0.4
Allows you to add addresses to a model by your choice. You can define wheater it's a main address or not.
@author [email protected] Philipp Frenzel
Installation
Add the following line to your composer.json require section:
Inside your yii-config, pls. add the following lines to your modules section. As you might see, the gridview needs to be implemented too.
Design
The Address module is use to store address/location informations, that can be linked to any other "module". So in general all modules are referenced by:
- entity (which should hold the table name VARCHAR(100))
- entity_id (which should hold the primarey key of the referenced record INTEGER(11))
Works by passing over the model to the widget!
Geolocation
The module tries to enrich each passed over address with the latitude and longitude, which will be looked up by combining street, address and state information.
Widgets
Address Management Widget:
Renders a Map with all related address points related to the model:
All versions of cm-address with dependencies
geocoder-php/google-maps-provider Version *
guzzlehttp/guzzle Version *
php-http/guzzle6-adapter Version *
2amigos/yii2-leaflet-markercluster-plugin Version *
2amigos/yii2-leaflet-extension Version *
2amigos/yii2-leaflet-makimarker-plugin Version *
yappabe/google-map Version *
rmrevin/yii2-fontawesome Version *