Libraries tagged by white space
mrclay/minify
19454804 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
34787540 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.
mrclay/jsmin-php
14621636 Downloads
Provides a modified port of Douglas Crockford's jsmin.c, which removes unnecessary whitespace from JavaScript files.
whitespacecode/nova-table-card
136469 Downloads
Nova table card. Show your latest data (orders, posts,...) as card or data you prefer.
nervo/yuicompressor
1586517 Downloads
YUI Compressor is an open source tool that supports the compression of both JavaScript and CSS files. The JavaScript compression removes comments and white-spaces as well as obfuscates local variables using the smallest possible variable name. CSS compression is done using a regular-expression-based CSS minifier.
fab2s/strings
329975 Downloads
A purely static String Helper to handle more advanced utf8 string manipulations
bvp/trimmer
139413 Downloads
Recursively trims whitespace (or custom characters) from strings, including strings nested inside arrays of any depth.
mindtwo/laravel-blade-spaceless
36783 Downloads
Blade @spaceless directive that strips whitespace between HTML tags at render time.
badoo/phpcf
2547 Downloads
The formatter was created to basically only modify whitespaces, for example line feed, tabs, spaces, etc.
garfix/js-minify
5970 Downloads
A fast Javascript minifier that removes unnecessary whitespace and comments
webpatser/laravel-sanitize
38935 Downloads
Laravel package to sanatize a string for use as URL's. It uses the PHP Normalizer class and fills whitespace with dashes.
heimrichhannot/contao-filename-sanitizer-bundle
8023 Downloads
This bundle offers functionality for sanitizing filenames, i.e. replacing unwanted characters like whitespaces, non-ascii characters, ... (e.g. while uploading them to the CMS).
alfredbez/ab_htmlmin
15804 Downloads
entfernt unnötige Whitespaces aus dem HTML-Code
jmf/twig-spaceless
22 Downloads
Twig extension providing a "spaceless" filter to strip whitespace between HTML tags.
basselin/php-minify
134 Downloads
PhpMinify is a little tool to minify your application php like the javascript minify tools.