PHPackages                             krbv/minifyit - 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. krbv/minifyit

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

krbv/minifyit
=============

v0.1.5(9y ago)027PHP

Since Dec 21Pushed 9y agoCompare

[ Source](https://github.com/krbv/minifyit)[ Packagist](https://packagist.org/packages/krbv/minifyit)[ RSS](/packages/krbv-minifyit/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (6)Used By (0)

Minifyit
========

[](#minifyit)

Install
-------

[](#install)

```
composer require krbv/minifyit
```

or

```
"require": {
    "krbv/minifyit": "0.1.*"
}
```

config/app.php

```
'providers' => [
    Krbv\Minifyit\MinifyitServiceProvider::class
];
```

Usage
-----

[](#usage)

```
        $this->minifyit = \App::make('minifyit');

        $this->minifyit->setCSS(

            ['/css/style.css','/css/form.css'], // will be merged in one new file.

            '/css/single.css'

         );

        $this->minifyit->setJS( \* the same *\ );
```

CSS is going to appear before "" JS before ""

For personal settings
---------------------

[](#for-personal-settings)

```
php artisan vendor:publish
```

Config: /config/minifyit.php Views: /view/vendor/minifyit/css.html /view/vendor/minifyit/js.html

###  Health Score

25

—

LowBetter than 36% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity57

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

Total

5

Last Release

3440d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/24614069?v=4)[Krbv](/maintainers/Krbv)[@krbv](https://github.com/krbv)

---

Top Contributors

[![krbv](https://avatars.githubusercontent.com/u/24614069?v=4)](https://github.com/krbv "krbv (5 commits)")

---

Tags

laravel

### Embed Badge

![Health badge](/badges/krbv-minifyit/health.svg)

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

###  Alternatives

[stephenjude/filament-blog

Filament Blog Builder

20618.8k](/packages/stephenjude-filament-blog)[datomatic/nova-detached-actions

A Laravel Nova tool to allow for placing actions in the Nova toolbar detached from the checkbox selection mechanism.

11258.1k](/packages/datomatic-nova-detached-actions)

PHPackages © 2026

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