Search results for unminify
tugmaks/russian-text-uniqifier
22 Downloads
Class to uniqify russian text.
mrclay/minify
18920471 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
33180352 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
43568990 Downloads
A PHP port of the YUI CSS compressor
vinkius-labs/laravel-page-speed
12679 Downloads
Laravel Page Speed
renatomarinho/laravel-page-speed
1715911 Downloads
Laravel Page Speed
natxet/cssmin
7555380 Downloads
Minifying CSS
mrclay/jsmin-php
14076268 Downloads
Provides a modified port of Douglas Crockford's jsmin.c, which removes unnecessary whitespace from JavaScript files.
sensiolabs/minify-bundle
157541 Downloads
Assets Minifier (CSS, JS) for Symfony & Minify integration in Asset Mapper
rmrevin/yii2-minify-view
321472 Downloads
Yii2 View component with auto minification css & js in runtime
fitztrev/laravel-html-minify
214110 Downloads
Minifies the HTML output of Laravel 4 applications
fahlisaputra/laravel-minify
176806 Downloads
Minify your blade views, html, css and obfuscate js files on the fly. Lightweight minifier for your Laravel project.
devfactory/minify
380399 Downloads
A package for minifying styles and javascript for laravel 5
voku/html-compress-twig
2388031 Downloads
Twig extension for compressing HTML
tholu/php-packer
465734 Downloads
A PHP version of Packer, JavaScript obfuscation library originally created by Dean Edwards