2017 © Pedro Peláez
 

yii2-extension yii2-map

Google Map in your web app

image

alexrvs/yii2-map

Google Map in your web app

  • Monday, March 20, 2017
  • by Alexander Vasyutin
  • Repository
  • 2 Watchers
  • 1 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Google Map

Google Map in your web app, (*1)

Installation

The preferred way to install this extension is through composer., (*2)

Either run, (*3)

php composer.phar require --prefer-dist alexrvs/yii2-map "*"

or add, (*4)

"alexrvs/yii2-map": "*"

to the require section of your composer.json file., (*5)

Usage

Once the extension is installed, simply use it in your code by :, (*6)

use namespace, (*7)

```php, (*8)

how to use widget:, (*9)

```php, (*10)

= Map::widget([ 'zoom' => 16, 'center' => 'Red Square', 'width' => 700, 'height' => 400, 'mapType' => Map::MAP_TYPE_SATELLITE, ]); ?>

The Versions

20/03 2017

dev-master

9999999-dev

Google Map in your web app

  Sources   Download

MIT

The Requires

 

by Avatar Alexander Vasyutin

extension yii2 map