PHPackages                             dioscouri/f3-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. dioscouri/f3-minify

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

dioscouri/f3-minify
===================

Front-end package manager for the F3-framework

v0.9.0(10y ago)01.2k1[6 issues](https://github.com/dioscouri/f3-minify/issues)1GPLPHPPHP &gt;=5.4.0

Since Jul 16Pushed 10y ago5 watchersCompare

[ Source](https://github.com/dioscouri/f3-minify)[ Packagist](https://packagist.org/packages/dioscouri/f3-minify)[ Docs](https://github.com/dioscouri/f3-minify)[ RSS](/packages/dioscouri-f3-minify/feed)WikiDiscussions master Synced today

READMEChangelog (3)Dependencies (2)Versions (4)Used By (1)

f3-minify
=========

[](#f3-minify)

A front-end package manager for the F3 framework

### Getting Started

[](#getting-started)

```
Add this to your project's composer.json file:

{
    "require": {
        "dioscouri/f3-minify": "dev-master"
    }
}

```

### Use case

[](#use-case)

You want to have a single access point for all the CSS and JS from all your apps you can register them to minify and return them from a route

```
 // tell Minify where to find Media, CSS and JS files
        \Minify\Factory::registerPath($this->app->get('PATH_ROOT') . "public/Theme/");
        \Minify\Factory::registerPath($this->app->get('PATH_ROOT') . "public/Theme/css/");
        \Minify\Factory::registerPath($this->app->get('PATH_ROOT') . "public/");

        // add the media assets to be minified
        $files = array(
            'css/style.css'
        );

        foreach ($files as $file)
        {
            \Minify\Factory::css($file);
        }

        $files = array(
            'js/script.js'
        );

        foreach ($files as $file)
        {
            \Minify\Factory::js($file, array(
                'priority' => 1
            ));
        }
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 88.9% 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 ~23 days

Total

3

Last Release

3904d ago

### Community

Maintainers

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

---

Top Contributors

[![rdiaztushman](https://avatars.githubusercontent.com/u/1928976?v=4)](https://github.com/rdiaztushman "rdiaztushman (24 commits)")[![ChrisFrench](https://avatars.githubusercontent.com/u/210848?v=4)](https://github.com/ChrisFrench "ChrisFrench (3 commits)")

---

Tags

radF3package-manager

### Embed Badge

![Health badge](/badges/dioscouri-f3-minify/health.svg)

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

###  Alternatives

[akaunting/laravel-module

Module management package for Laravel

124239.1k](/packages/akaunting-laravel-module)[xfra35/f3-cron

Job scheduling for the PHP Fat-Free Framework

73107.5k](/packages/xfra35-f3-cron)[ikkez/f3-events

Sweet event system for the PHP Fat-Free Framework

2822.1k3](/packages/ikkez-f3-events)[ikkez/f3-flash

Add simple Flash Messages and Flash Keys to PHP Fat-Free Framework

1926.0k5](/packages/ikkez-f3-flash)

PHPackages © 2026

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