Download the PHP package drtsb/yii2-tag-cloud without Composer
On this page you can find all versions of the php package drtsb/yii2-tag-cloud. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download drtsb/yii2-tag-cloud
More information about drtsb/yii2-tag-cloud
Files in drtsb/yii2-tag-cloud
Download drtsb/yii2-tag-cloud
More information about drtsb/yii2-tag-cloud
Files in drtsb/yii2-tag-cloud
Vendor drtsb
Package yii2-tag-cloud
Short Description Tagcloud for Yii2
License BSD-3-Clause
Homepage https://github.com/alexander-suter/yii2-tag-cloud
Package yii2-tag-cloud
Short Description Tagcloud for Yii2
License BSD-3-Clause
Homepage https://github.com/alexander-suter/yii2-tag-cloud
Please rate this library. Is it a good library?
Informations about the package yii2-tag-cloud
yii2-tag-cloud
Yii2 extension. Tag Cloud.
Installation
The preferred way to install this extension is through composer.
To install, either run
or add
to the section of your composer.json
file.
Usage
echo TagCloud::widget([
'beginColor' => '00089A',
'endColor' => 'A3AEFF',
'minFontSize' => 8,
'maxFontSize' => 15,
'displayWeight' => false,
'tags' => [
"MVC" => ['weight' => 2],
"PHP" => ['weight' => 9, 'url' => 'http://php.net'],
"MySQL" => ['weight' => 8, 'url' => 'http://mysql.com'],
"jQuery" => ['weight' => 6, 'url' => 'http://jquery.com'],
"SQL" => ['weight' => 9],
"C#" => ['weight' => 2)],
],
'options' => ['style' => 'word-wrap: break-word;']
]);
All versions of yii2-tag-cloud with dependencies
PHP Build Version
Package Version
Requires
yiisoft/yii2 Version
2.0.*
The package drtsb/yii2-tag-cloud contains the following files
Loading the files please wait ....