2017 © Pedro Peláez
 

library jivaro

PHP library to minify CSS, JS and HTML

image

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

The README.md

Jivaro

Build Status Latest Stable Version Total Downloads Latest Unstable Version, (*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)

The Versions

15/09 2013

dev-master

9999999-dev https://github.com/raulfraile/jivaro

PHP library to minify CSS, JS and HTML

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

css js minify

15/09 2013

1.0.0-beta1

1.0.0.0-beta1 https://github.com/raulfraile/jivaro

PHP library to minify CSS, JS and HTML

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

css js minify