Minifier library of the PHP Ride framework to minify your CSS and JS before sending them to the browser.
The Minifier interface is the starting point of this library.
It's implemented by the CssMinifier and JsMinifier classes.
You can use Composer to install this library.
composer require ride/lib-minifier