ride/lib-minifier

Minifier library of the Ride framework

1.1 2023-08-23 12:14 UTC

This package is auto-updated.

Last update: 2024-04-23 13:40:37 UTC


README

Minifier library of the PHP Ride framework to minify your CSS and JS before sending them to the browser.

What's In This Library

Minifier

The Minifier interface is the starting point of this library.

It's implemented by the CssMinifier and JsMinifier classes.

Related Modules

Installation

You can use Composer to install this library.

composer require ride/lib-minifier