PHPackages                             idci/color-scheme-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. idci/color-scheme-bundle

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

idci/color-scheme-bundle
========================

Symfony ColorSchemeBundle

011.9kPHP

Since Aug 11Pushed 12y ago6 watchersCompare

[ Source](https://github.com/IDCI-Consulting/ColorSchemeBundle)[ Packagist](https://packagist.org/packages/idci/color-scheme-bundle)[ RSS](/packages/idci-color-scheme-bundle/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

ColorSchemeBundle
=================

[](#colorschemebundle)

Symfony2 color scheme bundle

Installation
============

[](#installation)

To install this bundle please follow the next steps:

First add the dependencies to your `composer.json` file:

```
"require": {
    ...
    "idci/color-scheme-bundle": "dev-master",
    "idci/exporter-bundle": "dev-master", // This bundle is not required
},
```

Then install the bundle with the command:

```
php composer update
```

Enable the bundle in your application kernel:

```
