PHPackages                             joseki/webloader-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. joseki/webloader-filters

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

joseki/webloader-filters
========================

This is an extension of janmarek/webloader. This extension contains filters to minify js and css.

v1.1(10y ago)12240.4k↓59.5%4[1 issues](https://github.com/Joseki/WebloaderFilters/issues)8MITPHPPHP &gt;= 5.3.0

Since Sep 13Pushed 10y ago2 watchersCompare

[ Source](https://github.com/Joseki/WebloaderFilters)[ Packagist](https://packagist.org/packages/joseki/webloader-filters)[ RSS](/packages/joseki-webloader-filters/feed)WikiDiscussions master Synced today

READMEChangelog (3)Dependencies (8)Versions (4)Used By (8)

Joseki/WebloaderFilters
=======================

[](#josekiwebloaderfilters)

Adapting javascript and CSS minify tools to [Webloader](https://github.com/janmarek/WebLoader).

Installation
------------

[](#installation)

The best way to install is using [Composer](http://getcomposer.org/):

```
$ composer require joseki/webloader-filters
```

Usage
-----

[](#usage)

Register minify services to your `config.neon`:

```
services:
  cssMin: Joseki\Webloader\CssMinFilter
  jsMin: Joseki\Webloader\JsMinFilter
```

... and then you can use them inside WebLoader extension as follows:

```
webloader:
  css:
    default: # your WebLoader css control name
      filters:
        - @cssMin
```

or for javascript:

```
webloader:
  js:
    default: # your WebLoader js control name
      filters:
        - @jsMin
```

NOTE: when using as a `fileFilters`, files containing `.min.` in their names will be ignored

```
webloader:
  js:
    default: # your WebLoader js control name
      files:
        - script.js
        - script.min.js    # this file will not be filtered by @jsMin
      fileFilters:
        - @jsMin
```

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity41

Moderate usage in the ecosystem

Community20

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 50% 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 ~131 days

Total

4

Last Release

3918d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1245190?v=4)[Miroslav Paulík](/maintainers/castamir)[@castamir](https://github.com/castamir)

---

Top Contributors

[![castamir](https://avatars.githubusercontent.com/u/1245190?v=4)](https://github.com/castamir "castamir (2 commits)")[![fprochazka](https://avatars.githubusercontent.com/u/158625?v=4)](https://github.com/fprochazka "fprochazka (2 commits)")

### Embed Badge

![Health badge](/badges/joseki-webloader-filters/health.svg)

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

###  Alternatives

[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.7k38.9k](/packages/matomo-matomo)[voku/html-min

HTML Compressor and Minifier

1885.0M63](/packages/voku-html-min)[devfactory/minify

A package for minifying styles and javascript for laravel 5

82379.8k14](/packages/devfactory-minify)[nodejs-php-fallback/uglify

PHP wrapper to execute uglify-js/clean-css node package or fallback to PHP alternatives

17145.4k3](/packages/nodejs-php-fallback-uglify)[trentrichardson/cakephp-shrink

Compiles, combines, and minifies javascript, coffee, less, scss, and css

1619.4k](/packages/trentrichardson-cakephp-shrink)[chameleon-system/chameleon-base

The Chameleon System core.

1028.6k5](/packages/chameleon-system-chameleon-base)

PHPackages © 2026

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