Download the PHP package goatherd/gh-minify without Composer
On this page you can find all versions of the php package goatherd/gh-minify. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download goatherd/gh-minify
More information about goatherd/gh-minify
Files in goatherd/gh-minify
Download goatherd/gh-minify
More information about goatherd/gh-minify
Files in goatherd/gh-minify
Vendor goatherd
Package gh-minify
Short Description Plugin for html minification.
License MIT
Homepage https://github.com/goatherd/wp-minify
Package gh-minify
Short Description Plugin for html minification.
License MIT
Homepage https://github.com/goatherd/wp-minify
Please rate this library. Is it a good library?
Informations about the package gh-minify
gh-minify
WordPress HTML minification plugin.
Features
Minifies request content for some contents served through WordPress.
- minify HTML
- minify inline Script
- minify inline CSS
- allow to veto through
gh-minify-veto
filter - allow to post-process minification through
gh-minify-content
filter - allow to alter tag-ignore list through
gh-minify-skip-tags
filter - standalone usage
recommended usage
Prepend this to your WordPress index.php
Note that you either need to register composer autoloading
(recommended; for example: require_once __DIR__ . '/vendor/autoload.php
) or
preload the Goatherd\WpPlugin\Minify
class file.
technical notes
PSR-4 compliant code approximating SOLID priciples.
All versions of gh-minify with dependencies
PHP Build Version
Package Version
Requires
composer/installers Version
~1.0
The package goatherd/gh-minify contains the following files
Loading the files please wait ....