PHPackages                             cyberrebell/php-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. cyberrebell/php-minify

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

cyberrebell/php-minify
======================

glue and minify css and js using php stdlib

38PHP

Since Sep 10Pushed 10y ago1 watchersCompare

[ Source](https://github.com/Cyberrebell/php-minify)[ Packagist](https://packagist.org/packages/cyberrebell/php-minify)[ RSS](/packages/cyberrebell-php-minify/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

php-minify
==========

[](#php-minify)

glue and minify css and js using only php stdlib

configuration example:

minify.config.php

```
return [
    [
        'glue&minify',
        [
            'styles/css/reset.css',
            'styles/css/style.css',
            'styles/css/plugin/calendar.css'
        ],
        'public/css/app.css'
    ],
    [
        'glue&minify',
        [
            'js/jquery.js',
            'js/tracking.js',
            'js/helper.js'
        ],
        'public/js/app.js'
    ]
];
```

usage:

```
run();
```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

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://www.gravatar.com/avatar/815fa0d63de096078b094188ee4171277da9c7c9e3c27e7fe00a4ce9c75cb9ee?d=identicon)[Cyberrebell](/maintainers/Cyberrebell)

---

Top Contributors

[![Cyberrebell](https://avatars.githubusercontent.com/u/6728955?v=4)](https://github.com/Cyberrebell "Cyberrebell (2 commits)")

### Embed Badge

![Health badge](/badges/cyberrebell-php-minify/health.svg)

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

###  Alternatives

[commerceguys/tax

Tax library with a flexible data model, predefined tax rates, powerful resolving logic.

286763.3k](/packages/commerceguys-tax)[wordpress-premium/advanced-custom-fields-pro

Advanced Custom Fields

2713.2k1](/packages/wordpress-premium-advanced-custom-fields-pro)[camcima/php-geohash

Refactored GeoHash package

1074.0k](/packages/camcima-php-geohash)[pqrs/l5b-crud

CRUD artisan command for rappasoft/laravel-5-boilerplate

2116.4k](/packages/pqrs-l5b-crud)[phlak/colorizer

Generate persistantly unique colors from a string.

1420.4k](/packages/phlak-colorizer)

PHPackages © 2026

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