conquer/jvectormap

Yii2 jvectormap widget

Installs: 1 816

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 2

Open Issues: 0

Language:CSS

Type:yii2-extension

1.0 2015-11-20 05:58 UTC

This package is auto-updated.

Last update: 2024-03-24 02:39:09 UTC


README

Description

For more information please visit jVectorMap Home Page

Installation

The preferred way to install this extension is through composer.

To install, either run

$ php composer.phar require conquer/jvectormap "*"

or add

"conquer/jvectormap": "*"

to the require section of your composer.json file.

Usage

use conquer\jvectormap\JVectorMapWidget;

<?= JVectorMapWidget::widget([
    'map'=>'world_mill_en',
]); ?>

License

conquer/jvectormap is released under the MIT License. See the bundled LICENSE.md for details.