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

ActiveLibrary

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 2mo ago

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 37% 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

3393d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/02324b61318cc63710cb36c6861b14aa958639411391f6235398ee73f92e1dfd?d=identicon)[Krbv](/maintainers/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

[rtconner/laravel-likeable

Trait for Laravel Eloquent models to allow easy implementation of a 'like' or 'favorite' or 'remember' feature.

394388.0k5](/packages/rtconner-laravel-likeable)[hemp/presenter

Easy Model Presenters in Laravel

247592.6k1](/packages/hemp-presenter)[slowlyo/owl-admin

基于 laravel、amis 开发的后台框架~

61214.2k26](/packages/slowlyo-owl-admin)

PHPackages © 2026

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