raulfraile / jivaro
PHP library to minify CSS, JS and HTML
Installs: 2 448
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- php: >=5.3.0
This package is not auto-updated.
Last update: 2024-11-04 16:01:42 UTC
README
Jivaro is a simple library to minify, combine and embed CSS and JavaScript files. It is written in PHP and does not have external dependencies.
<?php $jivaro = new Jivaro\Compressor\Css(); echo $jivaro ->addFile(__DIR__ . '/files/test1.css') ->minify() ->getContents();
Credits
- Raul Fraile (@raulfraile)
- All contributors
License
Jivaro is released under the MIT License. See the bundled LICENSE file for details.