Download the PHP package effectra/minifyer without Composer
On this page you can find all versions of the php package effectra/minifyer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package minifyer
Minifyer
The Minify
class provides methods to minify HTML, JSON, and CSS content.
Usage
Methods
html(string $content): string
Minify HTML content by removing unnecessary whitespace and comments.
Parameters:
$content
(string): The HTML content to be minified.
Returns:
- (string): The minified HTML content.
json(string $content): string
Minify JSON content by decoding and then encoding it.
Parameters:
$content
(string): The JSON content to be minified.
Returns:
- (string): The minified JSON content.
css(string $content): string
Minify CSS content by removing unnecessary whitespace and line breaks.
Parameters:
$content
(string): The CSS content to be minified.
Returns:
- (string): The minified CSS content.
Please make sure to adjust the code and descriptions as needed for your specific use case. Let me know if you need any further assistance! "# minifyer"
All versions of minifyer with dependencies
PHP Build Version
Package Version
No informations.
The package effectra/minifyer contains the following files
Loading the files please wait ....