tubalmartin/cssmin
PHP CSS minifier ported from YUI Compressor (v2.4.8) with extra fixes/features. Compress CSS via PHP API, CLI, or GUI; options include keeping sourcemap comments, removing important comments, and line break control. Composer install; PHP 5.3.2+.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| catchamonkey/assetic-filter-bundle | 0.87 | — | 2 | 3 | 1 | 0 | 0 | 0.0 | — | — | — | |
| gkralik/php-uglifyjs | 0.85 | PHP port of Dean Edwards’ JavaScript Packer for minifying/packing JS. Install via Composer and compress a script with GK\JavascriptPacker->pack(), choosing encoding (0/10/62/95), optional fast decoder, and special chars handling. | 35 | 35 | 15 | 4K | 2 | 1.0 | 28.6 | LGPL-2.1 | — | |
| allocine/twigcs | 0.85 | — | 1 | 1 | 0 | 595 | 0 | 0.0 | 24.1 | MIT | — | |
| meenie/javascript-packer | 0.85 | PHP library for packing and minifying JavaScript using Dean Edwards’ Packer algorithm. Compresses JS to reduce size and improve load times, with simple PHP API for integrating into builds or runtime processing in Laravel and other projects. | 44 | 42 | 13 | 22K | 2 | 1.0 | 37.0 | — | — | |
| matthiasmullie/minify | 0.85 | — | 2,044 | 2,342 | 330 | 816K | 102 | 49.9 | 58.4 | MIT | 11 months ago | |
| mrclay/minify | 0.84 | Minify is a PHP asset server for combining and compressing JS/CSS with cache-friendly headers, conditional GET, long Expires, and CSS URL rewriting. Note: no longer regularly maintained and may break modern JS/CSS; use newer tooling. | 2,997 | 3,041 | 464 | 326K | 59 | 61.4 | 52.3 | BSD-3-Clause | 4 months ago | |
| mrclay/jsmin-php | 0.84 | PHP port of Douglas Crockford’s JSMin for minifying JavaScript. Removes comments and unnecessary whitespace to shrink files while preserving behavior. Lightweight and simple to integrate into build scripts or server-side workflows. | 52 | 54 | 16 | 336K | 2 | 2.1 | 52.7 | BSD-3-Clause | 4 years ago | |
| linkorb/jsmin-php | 0.83 | PHP port of Douglas Crockford’s JSMin for minifying JavaScript. Provides a simple API to strip comments and whitespace, shrinking scripts for faster delivery. Lightweight, dependency-free and easy to integrate into Laravel or any PHP build/deploy workflow. | 33 | 33 | 5 | 24K | 0 | 0.4 | 39.4 | — | — | |
| nitra/php-min | 0.83 | PhpMin is a Composer-ready PHP port of the classic CssMin and JsMinPlus tools. It provides simple minification/formatting utilities for CSS and JavaScript assets, packaged for easy installation and use in PHP projects. | 10 | 14 | 4 | 536 | 2 | 0.6 | 23.4 | — | — | |
| ideal-creative-lab/laravel-tachyon | 0.83 | — | 7 | 7 | 1 | 1 | 1 | 13.5 | 0.8 | MIT | 6 months ago | |
| dotninth/laravel-tachyon | 0.83 | — | 7 | 7 | 1 | 12 | 1 | 13.5 | 6.0 | MIT | 6 months ago | |
| davidjegat/assetic-minifier-bundle | 0.82 | — | 8 | 8 | 1 | 0 | 1 | 0.2 | — | MIT | — | |
| oyejorge/less.php | 0.82 | PHP port of the LESS CSS compiler. Parse and compile .less files to CSS in PHP apps, with support for variables, mixins, imports and minification options. Useful for server-side asset pipelines and build-less deployments. | 645 | 686 | 2 | 29K | 94 | 16.1 | 31.4 | Apache-2.0 | 10 years ago | |
| marcusschwarz/lesserphp | 0.82 | PHP port of LESS compiler for Laravel and other projects. Compile .less files to CSS in your build or runtime workflow with simple API integration. Useful for legacy apps needing LESS support without Node tooling. | 28 | 29 | 11 | 298K | 7 | 2.1 | 39.9 | NOASSERTION | 5 years ago | |
| leafo/lessphp | 0.81 | leafo/lessphp is a PHP compiler for the LESS CSS language. Compile .less files to CSS in your apps or build scripts, with support for variables, mixins, nesting, imports, and other core LESS features, plus caching and CLI usage. | 2,181 | 2,213 | 514 | 24K | 185 | 45.9 | 39.5 | NOASSERTION | — | |
| cerdic/css-tidy | 0.80 | CSSTidy is a PHP CSS parser and minifier with full CSS3 support. Optimizes and fixes styles without regex for higher reliability. Includes web UI, core parser class, and a standalone CLI (pcsstidy). | 210 | 211 | 62 | 35K | 2 | 3.6 | 31.8 | LGPL-2.1 | — | |
| natxet/cssmin | 0.80 | natxet/cssmin is a lightweight PHP CSS minifier that compresses stylesheets by stripping comments, whitespace, and redundant code to reduce file size and speed up page loads. Easy to integrate into build scripts or server-side pipelines. | 82 | 91 | 40 | 68K | 7 | 4.8 | 42.2 | — | 8 years ago | |
| leafo/scssphp | 0.79 | leafo/scssphp is a PHP compiler for SCSS/Sass. Use it to compile .scss files to CSS in PHP apps, with support for variables, nesting, mixins, imports, and more. Handy for build pipelines, theming, or on-the-fly stylesheet generation. | 1,332 | 1,407 | 211 | 37K | 5 | 23.6 | 22.4 | MIT | 7 years ago | |
| caxy/php-htmldiff | 0.75 | Compare two HTML snippets/files and generate a marked-up diff highlighting insertions, deletions, and changes. Easy Composer install, simple API (HtmlDiff->build()), configurable behavior and CSS-friendly output; includes a live demo and Symfony bundle option. | 214 | 223 | 54 | 441K | 26 | 19.8 | 54.7 | GPL-2.0 | 1 year ago | |
| friendsofphp/php-cs-fixer | 0.75 | PHP CS Fixer automatically detects and fixes PHP coding style issues, applying built-in rule sets (PER-CS, Symfony, PhpCsFixer) or custom configs. Helps modernize code for newer PHP/PHPUnit. Install via Composer; supports PHP 7.4–8.5. | 13,531 | 13,609 | 1,633 | 5M | 41 | 88.5 | 73.5 | MIT | 2 days ago |
How can I help you explore Laravel packages today?