Libraries tagged by whitespace
mrclay/minify
14858673 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
24089214 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
9934290 Downloads
Provides a modified port of Douglas Crockford's jsmin.c, which removes unnecessary whitespace from JavaScript files.
whitespacecode/nova-table-card
46926 Downloads
Nova table card. Show your latest data (orders, posts,...) as card or data you prefer.
fab2s/strings
263347 Downloads
A purely static String Helper to handle more advanced utf8 string manipulations
webpatser/laravel-sanitize
36453 Downloads
Laravel package to sanatize a string for use as URL's. It uses the PHP Normalizer class and fills whitespace with dashes.
garfix/js-minify
3238 Downloads
A fast Javascript minifier that removes unnecessary whitespace and comments
alfredbez/ab_htmlmin
14112 Downloads
entfernt unnötige Whitespaces aus dem HTML-Code
matthecat/twig-whitespace-collapse-extension
29949 Downloads
Whitespace collapse extension for Twig
whitespace/varnish-connect
15542 Downloads
whitespace-se/wordpress-plugin-wp-graphql-extras
3517 Downloads
Wordpress plugin that adds additional types and fields to the GraphQL API
whitespace-se/wordpress-plugin-headless-cms
4042 Downloads
Wordpress plugin that turns your site into a headless CMS
whitespace-se/wordpress-plugin-gatsby
3525 Downloads
Adds preview and other integrations with Gatsby
whitespace-se/wordpress-plugin-a11ystack
2868 Downloads
Wordpress plugin that adds a11ystack-specific enhancements and features to Wordpress
phrozenbyte/cssmin
1243 Downloads
CssMin is a css parser and minfier. It minifies css by removing unneeded whitespace character, comments, empty blocks and empty declarations. In addition declaration values can get rewritten to shorter notation if available. The minification if configurable.