PHPackages                             veka-server/minifier - 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. veka-server/minifier

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

veka-server/minifier
====================

Un middleware pour minifier les fichier css et js d'un dossier via une url /css et /js

0.1.5(4y ago)014MITPHP

Since Jan 12Pushed 4y ago1 watchersCompare

[ Source](https://github.com/veka-server/minifier)[ Packagist](https://packagist.org/packages/veka-server/minifier)[ RSS](/packages/veka-server-minifier/feed)WikiDiscussions main Synced today

READMEChangelog (5)Dependencies (1)Versions (6)Used By (0)

minifier
========

[](#minifier)

minifier middleware

install
=======

[](#install)

```
composer require veka-server/minifier

```

utilisation
===========

[](#utilisation)

Exemple d'utilisation

```
$tableau_middleware[] = new \VekaServer\Minifier\Minifier(
    ['css_folder_1','css_folder_2', ...] // list css folders
    , ['js_folder_1','js_folder_2', ...] // list js folders
    ,86400 // cache time ms
);
```

Exemple d'utilisation dans le framework veka-server/app

```
//...
$tableau_middleware[] = new \VekaServer\Minifier\Minifier(
    \VekaServer\Framework\Plugin::getInstance()->getAllCSSFolders()
    , \VekaServer\Framework\Plugin::getInstance()->getAllJSFolders()
    ,86400
);
//...
```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

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

Total

5

Last Release

1571d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3823643?v=4)[Veka](/maintainers/veka-server)[@veka-server](https://github.com/veka-server)

---

Top Contributors

[![veka-server](https://avatars.githubusercontent.com/u/3823643?v=4)](https://github.com/veka-server "veka-server (7 commits)")

---

Tags

middlewarecssJSminifierpsr-15minimalist

### Embed Badge

![Health badge](/badges/veka-server-minifier/health.svg)

```
[![Health](https://phpackages.com/badges/veka-server-minifier/health.svg)](https://phpackages.com/packages/veka-server-minifier)
```

###  Alternatives

[matthiasmullie/minify

CSS &amp; JavaScript minifier, in PHP. Removes whitespace, strips comments, combines files (incl. @import statements and small assets in CSS files), and optimizes/shortens a few common programming patterns.

2.0k33.1M463](/packages/matthiasmullie-minify)[telnyx/telnyx-php

Official Telnyx PHP SDK — APIs for Voice, SMS, MMS, WhatsApp, Fax, SIP Trunking, Wireless IoT, Call Control, and more. Build global communications on Telnyx's private carrier-grade network.

35789.4k2](/packages/telnyx-telnyx-php)[oat-sa/tao-core

TAO core extension

66143.7k124](/packages/oat-sa-tao-core)[sensiolabs/minify-bundle

Assets Minifier (CSS, JS) for Symfony &amp; Minify integration in Asset Mapper

57155.0k3](/packages/sensiolabs-minify-bundle)[middlewares/minifier

Middleware to minify Html, CSS and Javascript responses

1729.4k5](/packages/middlewares-minifier)

PHPackages © 2026

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