PHPackages                             drtsb/yii2-tag-cloud - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. drtsb/yii2-tag-cloud

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

drtsb/yii2-tag-cloud
====================

Tagcloud for Yii2

1.0.0(5y ago)01601BSD-3-ClausePHP

Since Sep 13Pushed 4y ago1 watchersCompare

[ Source](https://github.com/drtsb/yii2-tag-cloud)[ Packagist](https://packagist.org/packages/drtsb/yii2-tag-cloud)[ Docs](https://github.com/alexander-suter/yii2-tag-cloud)[ RSS](/packages/drtsb-yii2-tag-cloud/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

yii2-tag-cloud
==============

[](#yii2-tag-cloud)

[![Latest Stable Version](https://camo.githubusercontent.com/087c5a4a68164e58b78c187cb333174809d6ccd1c222f0343b87d4b3c537cb47/68747470733a2f2f706f7365722e707567782e6f72672f64727473622f796969322d7461672d636c6f75642f762f737461626c65)](https://packagist.org/packages/drtsb/yii2-tag-cloud)[![Total Downloads](https://camo.githubusercontent.com/260c565929b8e7b2486bf5b10ca665e8bb5f53c9a39e139850438a1d4c6d41f6/68747470733a2f2f706f7365722e707567782e6f72672f64727473622f796969322d7461672d636c6f75642f646f776e6c6f616473)](https://packagist.org/packages/drtsbyii2-tag-cloud)

Yii2 extension. Tag Cloud.

Installation
------------

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

To install, either run

```
$ php composer.phar require drtsb/yii2-tag-cloud "*"

```

or add

```
"drtsb/yii2-tag-cloud": "*"

```

to the `require` section of your `composer.json` file.

Usage
-----

[](#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;']
]);

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2067d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ae197988ae7c02185fbe057fa392a5a780c1e2e90baf87f0d37b922ccf769a84?d=identicon)[drtsb](/maintainers/drtsb)

---

Top Contributors

[![drtsb](https://avatars.githubusercontent.com/u/11088965?v=4)](https://github.com/drtsb "drtsb (4 commits)")

---

Tags

yii2tagcloud

### Embed Badge

![Health badge](/badges/drtsb-yii2-tag-cloud/health.svg)

```
[![Health](https://phpackages.com/badges/drtsb-yii2-tag-cloud/health.svg)](https://phpackages.com/packages/drtsb-yii2-tag-cloud)
```

###  Alternatives

[dmstr/yii2-cookie-consent

Yii2 Cookie Consent Widget

1452.6k](/packages/dmstr-yii2-cookie-consent)[richardfan1126/yii2-js-register

Yii2 widget to register JS into view

1357.2k7](/packages/richardfan1126-yii2-js-register)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
