conquer / jvectormap
Yii2 jvectormap widget
Installs: 1 842
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 2
Open Issues: 0
Language:CSS
Type:yii2-extension
Requires
- php: >=5.4.0
- conquer/excanvas: ~1.0.0
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2024-10-24 03:52:36 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.