PHPackages                             catchamonkey/assetic-filter-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. [Search &amp; Filtering](/categories/search)
4. /
5. catchamonkey/assetic-filter-bundle

ActiveSymfony-bundle[Search &amp; Filtering](/categories/search)

catchamonkey/assetic-filter-bundle
==================================

Catchamonkey AsseticFilterBundle

v0.4.0(13y ago)313.4k1PHPPHP &gt;=5.3.3

Since Jan 23Pushed 11y ago1 watchersCompare

[ Source](https://github.com/catchamonkey/CatchamonkeyAsseticFilterBundle)[ Packagist](https://packagist.org/packages/catchamonkey/assetic-filter-bundle)[ Docs](http://github.com/catchamonkey/CatchamonkeyAsseticFilterBundle)[ RSS](/packages/catchamonkey-assetic-filter-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (5)Used By (0)

\##CatchamonkeyAsseticFilterBundle

[![Build Status](https://camo.githubusercontent.com/c426c01d177ebb790db190d2ce5d0cd94721b86aeffb28e35c511803c7808c95/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f6361746368616d6f6e6b65792f4361746368616d6f6e6b65794173736574696346696c74657242756e646c652e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/catchamonkey/CatchamonkeyAsseticFilterBundle)
[![Scrutinizer](https://camo.githubusercontent.com/c5a44c650bfe9279c99ce738344d42ab75b22979aaf1d303e0a06d186291c020/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6361746368616d6f6e6b65792f4361746368616d6f6e6b65794173736574696346696c74657242756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://travis-ci.org/catchamonkey/CatchamonkeyAsseticFilterBundle)
[![SensioLabsInsight](https://camo.githubusercontent.com/ee3d48ac8af56ddcecf6fac7982b87675bc0663d872d0abe60098e8b62109bd1/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f38323233313033632d316266332d346331342d626630652d3738346638393934656461332f736d616c6c2e706e67)](https://scrutinizer-ci.com/g/catchamonkey/CatchamonkeyAsseticFilterBundle/)

Symfony2 bundles that provides a basic CSS minifier in the form of an assetic filter

\##Installation via composer

Step 1)

```
composer require "catchamonkey/assetic-filter-bundle"
```

Step 2) Register the Bundle in your kernel

```
// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new Catchamonkey\Bundle\AsseticFilterBundle\CatchamonkeyAsseticFilterBundle(),
    );
}
```

\##Usage

Using the filter is as simple as adding it to a stylesheets tag

```
#app/Resources/views/base.html.twig

{% stylesheets filter='catchamonkey_cssmin'
    '@AcmeDemoBundle/Resources/public/css/*.css'
%}

{% endstylesheets %}
```

Or use it in your assetic config using apply\_to (added in v0.2.0)

```
#app/config/config.yml
# Assetic Configuration
assetic:
    debug:          %kernel.debug%
    use_controller: false
    bundles:        []
    filters:
        catchamonkey_cssmin:
            resource:
"%kernel.root_dir%/../vendor/catchamonkey/assetic-filter-bundle/Catchamonkey/Bundle/AsseticFilterBundle/Resources/config/services.xml"
            apply_to: "\.css$"
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~19 days

Total

4

Last Release

4797d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/385163264fb6ff828158ae7509969a377109346c1bd907762ca339941f11bd92?d=identicon)[catchamonkey](/maintainers/catchamonkey)

---

Top Contributors

[![catchamonkey](https://avatars.githubusercontent.com/u/191863?v=4)](https://github.com/catchamonkey "catchamonkey (43 commits)")

---

Tags

symfonybundlecssminfilterassetic

### Embed Badge

![Health badge](/badges/catchamonkey-assetic-filter-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/catchamonkey-assetic-filter-bundle/health.svg)](https://phpackages.com/packages/catchamonkey-assetic-filter-bundle)
```

###  Alternatives

[dms/dms-filter-bundle

DMS Filter Bundle, makes Annotation based entity filtering available in Symfony

78351.6k1](/packages/dms-dms-filter-bundle)[bukashk0zzz/filter-bundle

Symfony filter bundle.

24459.9k1](/packages/bukashk0zzz-filter-bundle)[rollerworks/search-bundle

RollerworksSearch Bundle

1015.8k1](/packages/rollerworks-search-bundle)[cmsig/seal-symfony-bundle

An integration of CMS-IG SEAL search abstraction into Symfony Framework.

15195.8k5](/packages/cmsig-seal-symfony-bundle)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
