PHPackages                             kss-php/bridge-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. kss-php/bridge-bundle

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

kss-php/bridge-bundle
=====================

A Symfony2 implementation of KSS: a methodology for documenting CSS and generating styleguides

v1.0.0(9y ago)0201MITCSS

Since Jan 29Pushed 9y agoCompare

[ Source](https://github.com/kss-php/KssBridgeBundle)[ Packagist](https://packagist.org/packages/kss-php/bridge-bundle)[ RSS](/packages/kss-php-bridge-bundle/feed)WikiDiscussions master Synced 2d ago

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

KssBridgeBundle
===============

[](#kssbridgebundle)

This bundle provides a simple integration of the [kss-php](https://github.com/kss-php/kss-php)library into Symfony2. KSS is a methodology for documenting CSS and generating styleguides. You can find more information about KSS here at .

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

[](#installation)

The easiest way to install this bundle is through composer. In your Symfony2 project folder, type the following command:

```
$ composer require kss/bridge-bundle

```

This will install the bundle and all dependencies needed for the bundle to work.

Next, you will need to enable the bundle by adding it to your Kernel:

```
