PHPackages                             zacoza/assetic-filters - 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. zacoza/assetic-filters

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

zacoza/assetic-filters
======================

4862PHP

Since Feb 5Pushed 12y ago1 watchersCompare

[ Source](https://github.com/SimonDegraeve/assetic-filters)[ Packagist](https://packagist.org/packages/zacoza/assetic-filters)[ RSS](/packages/zacoza-assetic-filters/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

assetic-filters
===============

[](#assetic-filters)

AutoprefixerFilter
==================

[](#autoprefixerfilter)

See [autoprefixer](https://github.com/ai/autoprefixer)

```
use ZaCoZa\Assetic\Filter\AutoprefixerFilter;

$browsers = array('> 1%', 'last 2 versions', 'Firefox ESR', 'Opera 12.1');

new AutoprefixerFilter('/usr/bin/autoprefixer', $browsers);
```

LessFilter
==========

[](#lessfilter)

Assetic is not able do detect change in @import files wen you use Less. Here comes the fix!

This filter take a third parameter which is an array of file paths. The files provided this way will be `touch()` by the filter to change their access time. So Assetic will detect a change and will rebuild the asset.

```

use ZaCoZa\Assetic\Filter\LessFilter;

// The Main Less File with your @import files
$myMainLessFile = __DIR__.'/assets/styles/main.less'

new LessFilter('/usr/local/bin/node',                // The path to the node binary
               array('/usr/local/lib/node_modules'), // An array of node paths
               array($myMainLessFile)                // MAGIC: An array of file paths you want to touch()
              );
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/907187?v=4)[Simon Degraeve](/maintainers/SimonDegraeve)[@SimonDegraeve](https://github.com/SimonDegraeve)

---

Top Contributors

[![SimonDegraeve](https://avatars.githubusercontent.com/u/907187?v=4)](https://github.com/SimonDegraeve "SimonDegraeve (29 commits)")

### Embed Badge

![Health badge](/badges/zacoza-assetic-filters/health.svg)

```
[![Health](https://phpackages.com/badges/zacoza-assetic-filters/health.svg)](https://phpackages.com/packages/zacoza-assetic-filters)
```

PHPackages © 2026

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