PHPackages                             orbt/style-mirror-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. [Framework](/categories/framework)
4. /
5. orbt/style-mirror-bundle

ActiveLibrary[Framework](/categories/framework)

orbt/style-mirror-bundle
========================

Symfony dependency injection bundle for the Style Mirror library.

07PHP

Since Oct 30Pushed 13y ago1 watchersCompare

[ Source](https://github.com/orbt/OrbtStyleMirrorBundle)[ Packagist](https://packagist.org/packages/orbt/style-mirror-bundle)[ RSS](/packages/orbt-style-mirror-bundle/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Style Mirror Bundle
===================

[](#style-mirror-bundle)

Symfony dependency injection bundle for the Style Mirror library.

This bundle provides the following services:

- `orbt_style_mirror.css.aggregator`: CSS aggregator service. This aggregates a collection of CSS resources with potentially different media types into a single resource.
- `orbt_style_mirror.css.scanner`: Utility for scanning linked resources from a style sheet.
- `orbt_style_mirror.css.linked_fetcher`: Resource materialize event subscriber. See Configuration below to subscribe the fetcher automatically to the resource mirror.

Installation using Composer
---------------------------

[](#installation-using-composer)

Add the following to the `"require"` list in your `composer.json` file:

```
    "orbt/style-mirror-bundle": "dev-master"

```

Run composer to update dependencies:

```
$ composer update
```

Or to just download this bundle:

```
$ composer update orbt/style-mirror-bundle
```

Register this bundle in the application kernel:

```
