mrclay/minify
Combines. minifies, and serves CSS or Javascript files observed · 2026-08-28
Health v2 · maintenance only
63/100
- Activity 67
- Release rhythm 38
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 376
- age_days: 5548
- days_rel: 200
- days_push: 200
- n_releases_24m: 2
Adoption not part of the score
2994 stars · 460 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Minify is a PHP-based HTTP server that combines, minifies, and serves CSS and JavaScript assets with appropriate caching headers like conditional GET and long Expires. It also rewrites relative URLs in CSS and can serve static files directly from the filesystem for better performance.
Use cases
- combine and minify css and javascript files on a php site
- reduce http requests for js and css assets
- serve minified assets with long expires caching headers
- rewrite relative urls in combined css files
- serve static js and css files efficiently from php
When to choose
- you maintain a legacy php application that already uses Minify
- you need on-the-fly asset combining and minification in a php environment without a build step
When to avoid
- you are starting a new project - the authors no longer recommend it and it may break on modern JS/CSS syntax
- you can use a build-time bundler or minifier instead
- you run a very high-traffic site where PHP CGI overhead would make it slower than your web server
Facets
library · maturity maintenance
http-server web-framework compression caching web-development frontend performance php self-hosted css-minification javascript-minification asset-pipeline http-headers unmaintained web-server
1 source
- readme: https://github.com/mrclay/minify · fetched 2026-08-28 · 359b47917c7f
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| mrclay/minify | main | 63 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem