library jivaro
PHP library to minify CSS, JS and HTML
raulfraile/jivaro
PHP library to minify CSS, JS and HTML
- Sunday, September 15, 2013
- by raulfraile
- Repository
- 1 Watchers
- 0 Stars
- 2,433 Installations
- PHP
- 1 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 2 Versions
- 0 % Grown
Jivaro
, (*1)
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., (*2)
``` php
<?php
$jivaro = new Jivaro\Compressor\Css();, (*3)
echo $jivaro
->addFile(DIR . '/files/test1.css')
->minify()
->getContents();
```, (*4)
Credits
License
Jivaro is released under the MIT License. See the bundled LICENSE file for details., (*5)