chewett/php-uglifycss

A basic wrapper around uglifycss for PHP

Installs: 9 675

Dependents: 1

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/chewett/php-uglifycss

v0.0.2 2018-09-25 14:31 UTC

This package is auto-updated.

Last update: 2025-10-26 08:11:37 UTC


README

This library is a wrapper around the nodejs uglifycss script for PHP.

Usage

//TODO: Add usage

Installation

This can be included in your composer project by running

composer require chewett/php-uglifycss

Then running composer update will update your composer lock file to include and download this new dependency.

This requires uglifycss to be installed, To install this as a command line app run:

npm install uglifycss -g

Tests

Tests can be run with the phpunit test runner using the provided phpunit.xml file.

License

This is licensed under the MIT license. For more information see the LICENSE file.