PHPackages                             realtyhub/bootstrap-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. realtyhub/bootstrap-bundle

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

realtyhub/bootstrap-bundle
==========================

Symfony2 Bundle with helpful tools relating to Twitter Bootstrap

121PHP

Since Apr 24Pushed 8y ago1 watchersCompare

[ Source](https://github.com/realtyhub/BootstrapBundle)[ Packagist](https://packagist.org/packages/realtyhub/bootstrap-bundle)[ RSS](/packages/realtyhub-bootstrap-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

[![Freelance Banner](https://camo.githubusercontent.com/f9969859b325b35ebdf329034294c985a7ae0cf0f13329551cf8eb970375e9b8/68747470733a2f2f73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f7374617469632e657870657274636f6465722e696f2f6769746875622d62616e6e65722f62616e6e65722e706e67)](https://camo.githubusercontent.com/f9969859b325b35ebdf329034294c985a7ae0cf0f13329551cf8eb970375e9b8/68747470733a2f2f73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f7374617469632e657870657274636f6465722e696f2f6769746875622d62616e6e65722f62616e6e65722e706e67)

Bootstrap Bundle
================

[](#bootstrap-bundle)

### Symfony2 Bundle for Twitter Boostrap

[](#symfony2-bundle-for-twitter-boostrap)

At the moment, this bundle has one purpose. It will allow your allow LESS files in your application, to have access to the variables in Twitter Bootstrap's variables.less

Installation and configuration
==============================

[](#installation-and-configuration)

Composer.json

```
{
    ...
    "require": {
        "realtyhub/bootstrap-bundle": "dev-master"
    }
}
```

AppKernel.php

```
