PHPackages                             jbouzekri/sculpin-tag-cloud-bundle - 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. jbouzekri/sculpin-tag-cloud-bundle

ActiveSculpin-bundle[Utility &amp; Helpers](/categories/utility)

jbouzekri/sculpin-tag-cloud-bundle
==================================

Generate tag cloud in Sculpin

1.2(10y ago)23281MITPHP

Since Jul 12Pushed 10y ago1 watchersCompare

[ Source](https://github.com/jbouzekri/SculpinTagCloudBundle)[ Packagist](https://packagist.org/packages/jbouzekri/sculpin-tag-cloud-bundle)[ Docs](https://github.com/jbouzekri/SculpinTagCloudBundle)[ RSS](/packages/jbouzekri-sculpin-tag-cloud-bundle/feed)WikiDiscussions master Synced yesterday

READMEChangelog (4)DependenciesVersions (5)Used By (0)

SculpinTagCloudBundle
=====================

[](#sculpintagcloudbundle)

[![SensioLabsInsight](https://camo.githubusercontent.com/a387178fca36fa6a9bb4cb04a9d2148fcf24a6c11fbb85743d447530ab0ec86a/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f62333030326131362d356562312d343465652d626265342d3664343534323161393536662f6d696e692e706e67)](https://insight.sensiolabs.com/projects/b3002a16-5eb1-44ee-bbe4-6d45421a956f)

This bundle generates a tag cloud in sculpin.

You can see a working demo on the right column of my [personal french blog](http://blog.bouzekri.net).

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

[](#installation)

Using composer, add the dependancy to your composer.json :

```
require: {
    "jbouzekri/sculpin-tag-cloud-bundle": "1.*"
}
```

And run the composer update command

Enable the bundle. If you have already have an app/SculpinKernel.php, add this bundle to it otherwise create the file with the following content :

```
