PHPackages                             gabrieljmj/junty-minify - 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. gabrieljmj/junty-minify

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

gabrieljmj/junty-minify
=======================

Junty plugin for CSS and JS minification.

v0.1.1(10y ago)017MITPHPPHP &gt;=7.0

Since Mar 11Pushed 10y ago1 watchersCompare

[ Source](https://github.com/gabrieljmj/junty-minify)[ Packagist](https://packagist.org/packages/gabrieljmj/junty-minify)[ RSS](/packages/gabrieljmj-junty-minify/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (3)Versions (3)Used By (0)

junty-minify
============

[](#junty-minify)

Junty plugin for CSS and JS minification.

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

[](#installation)

```
$ composer require --dev gabrieljmj/junty-minify
```

Usage
-----

[](#usage)

It is simple to use:

```
use Gabrieljmj\JuntyMinify\{Css as CssMinifier, Js as JsMinifier};

// CSS
$junty->task('css_minify', function () {
    $this->src('./public/css/*.css')
        ->forStreams(new CssMinifier())
        ->forStreams($this->toDir('public/dist/css'));
});

// JS
$junty->task('js_minify', function () {
    $this->src('./public/js/*.js')
        ->forStreams(new JsMinifier())
        ->forStreams($this->toDir('public/dist/js'));
});
```

###  Health Score

23

—

LowBetter than 25% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

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 ~8 days

Total

2

Last Release

3800d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4fcbdf815749595d3dcfd4fb781e2cac05aa6d132123aa9da889d2c5ca6c8e11?d=identicon)[GabrielJMJ](/maintainers/GabrielJMJ)

---

Top Contributors

[![gabrieljmj](https://avatars.githubusercontent.com/u/2223216?v=4)](https://github.com/gabrieljmj "gabrieljmj (3 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/gabrieljmj-junty-minify/health.svg)

```
[![Health](https://phpackages.com/badges/gabrieljmj-junty-minify/health.svg)](https://phpackages.com/packages/gabrieljmj-junty-minify)
```

###  Alternatives

[pimcore/pimcore

Content &amp; Product Management Framework (CMS/PIM/E-Commerce)

3.8k3.9M534](/packages/pimcore-pimcore)[appwrite/sdk-generator

SDK generator for Appwrite APIs across multiple programming languages and platforms

326218.3k4](/packages/appwrite-sdk-generator)[moodle/moodle

Moodle - the world's open source learning platform

7.3k90.1k128](/packages/moodle-moodle)[elgg/elgg

Elgg is an award-winning social networking engine, delivering the building blocks that enable businesses, schools, universities and associations to create their own fully-featured social networks and applications.

1.7k17.3k100](/packages/elgg-elgg)[flarum/core

Delightfully simple forum software.

211.5M2.5k](/packages/flarum-core)[contao/core-bundle

Contao Open Source CMS

1301.7M3.0k](/packages/contao-core-bundle)

PHPackages © 2026

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