Libraries tagged by minify
mrclay/minify
19062661 Downloads
Minify is a PHP app that helps you follow several rules for client-side performance. It combines multiple CSS or Javascript files, removes unnecessary whitespace and comments, and serves them with gzip encoding and optimal client-side cache headers
matthiasmullie/minify
33581113 Downloads
CSS & 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.
tubalmartin/cssmin
43916774 Downloads
A PHP port of the YUI CSS compressor
renatomarinho/laravel-page-speed
1722732 Downloads
Laravel Page Speed
vinkius-labs/laravel-page-speed
15511 Downloads
Laravel Page Speed
natxet/cssmin
7586322 Downloads
Minifying CSS
mrclay/jsmin-php
14224973 Downloads
Provides a modified port of Douglas Crockford's jsmin.c, which removes unnecessary whitespace from JavaScript files.
sensiolabs/minify-bundle
165071 Downloads
Assets Minifier (CSS, JS) for Symfony & Minify integration in Asset Mapper
rmrevin/yii2-minify-view
324541 Downloads
Yii2 View component with auto minification css & js in runtime
fitztrev/laravel-html-minify
214462 Downloads
Minifies the HTML output of Laravel 4 applications
devfactory/minify
383148 Downloads
A package for minifying styles and javascript for laravel 5
fahlisaputra/laravel-minify
180526 Downloads
Minify your blade views, html, css and obfuscate js files on the fly. Lightweight minifier for your Laravel project.
dipeshsukhia/laravel-html-minify
87933 Downloads
laravel minify html output
voku/html-compress-twig
2407021 Downloads
Twig extension for compressing HTML
tholu/php-packer
468191 Downloads
A PHP version of Packer, JavaScript obfuscation library originally created by Dean Edwards