PHPackages                             seekgeeks/cssjsminify - 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. seekgeeks/cssjsminify

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

seekgeeks/cssjsminify
=====================

CSS JS minify tool will help in minification of your entire js/css file and put in directly from where you can use it in production build. with simple command you can minify all static c content like stylesheets and javascripts to production ready code

v0.1(7y ago)073[2 issues](https://github.com/seekgeeks/cssjsminify/issues)MITPHP

Since Mar 23Pushed 7y ago4 watchersCompare

[ Source](https://github.com/seekgeeks/cssjsminify)[ Packagist](https://packagist.org/packages/seekgeeks/cssjsminify)[ RSS](/packages/seekgeeks-cssjsminify/feed)WikiDiscussions master Synced 5d ago

READMEChangelog (1)Dependencies (1)Versions (4)Used By (0)

CSS &amp; JS Minify
===================

[](#css--js-minify)

![](https://camo.githubusercontent.com/d7e09cefe9caa166aaa144a400133615e2c0e2ff640d3d3c91346ebf47199111/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7365656b6765656b732f6373736a736d696e6966792e737667)![](https://camo.githubusercontent.com/3d58b191421f1051783860a20c9390e196581b91fe70a55f4c0a1b4c8df07e36/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7365656b6765656b732f6373736a736d696e6966792e737667)

CSS &amp; JS minify is compact function abstracted on another awesome package *matthiasmullie/minify*. This library provides a universal abstraction where you can use this function for both css and js file and we have added additional feature by which you can automate all stuff, remove duplication and stay updated.

Requirement
-----------

[](#requirement)

- PHP Package : matthiasmullie/minify, will be updated automatically.
- PHP version : 7 (Recomended)
- PHP cli

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

[](#installation)

You can use **Composer** or simply **Download the Release**

### Composer

[](#composer)

The preferred method is via [composer](https://getcomposer.org). Follow the [installation instructions](https://getcomposer.org/doc/00-intro.md) if you do not already have composer installed.

Once composer is installed, execute the following command in your project root to install this library:

```
composer require seekgeeks/cssjsminify
```

Finally, be sure to include the autoloader:

```
require_once '/path/to/your-project/vendor/autoload.php';
```

### Download the Release

[](#download-the-release)

If you abhor using composer, you can download the package in its entirety. Download the zip/rar file for a package including this library and its dependencies.

Uncompress the zip file you download, and include the autoloader in your project:

```
require_once '/path/to/seekgeeks/cssjsminify/vendor/autoload.php';
```

How it works?
-------------

[](#how-it-works)

Using this library along with maintaining is super easy. You can just do following to minify your files

```
php path/to/file/autominify.php
```

This will automatically pick files from pre-configured source directory, and will create a directory if not exists say `min/` inside that to place minified files. It will initiate minification only once the source file is modified within given timespan.

### Example

[](#example)

Suppose your source file is

```
asset/css/style.css

```

Your destination file will be

```
asset/css/min/style.css

```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 57.5% 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

Unknown

Total

1

Last Release

2612d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/872eeb87e5c8ec1f7362d500cc42aa7cdccc429dcd2ade3a43cc242ff25a6a0b?d=identicon)[Thedijje](/maintainers/Thedijje)

---

Top Contributors

[![Thedijje](https://avatars.githubusercontent.com/u/1737771?v=4)](https://github.com/Thedijje "Thedijje (23 commits)")[![shivanisdev](https://avatars.githubusercontent.com/u/12964707?v=4)](https://github.com/shivanisdev "shivanisdev (14 commits)")[![jazeabby](https://avatars.githubusercontent.com/u/12508185?v=4)](https://github.com/jazeabby "jazeabby (3 commits)")

### Embed Badge

![Health badge](/badges/seekgeeks-cssjsminify/health.svg)

```
[![Health](https://phpackages.com/badges/seekgeeks-cssjsminify/health.svg)](https://phpackages.com/packages/seekgeeks-cssjsminify)
```

###  Alternatives

[flarum/core

Delightfully simple forum software.

211.3M1.9k](/packages/flarum-core)[grafite/forms

A remarkably magical form package for Laravel.

376.5k1](/packages/grafite-forms)

PHPackages © 2026

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