2017 © Pedro Peláez
 

library compressor

CSS and JS compressor for PHP

image

relishmedia/compressor

CSS and JS compressor for PHP

  • Saturday, June 11, 2016
  • by PawelDecowski
  • Repository
  • 1 Watchers
  • 1 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Build Status, (*1)

JS and CSS Compressor for PHP

<head>
    <?php Compressor::start() ?>
    <link rel="stylesheet" href="/css/file1.css">
    <link rel="stylesheet" href="/css/file2.css">
    <script src="/js/file1.js"></script>
    <script src="/js/file2.js"></script>
    <?php Compressor::stop() ?>
</head>

This will output something like:, (*2)

<head>
    <script src="/js/compressor/2puc4b6qbsu8ok00o0gk4k4ck_40z8o75yaqyokc44sgwkosgow.js"></script>
    <link href="/css/compressor/2nvxrxnwc6kgwoswwwg88o84c_xjvyk7x5cqowo48ckgs44g8g.css" rel="stylesheet">
</head>

The files have been concatenated, minified and cached., (*3)

The Versions

11/06 2016

dev-master

9999999-dev

CSS and JS compressor for PHP

  Sources   Download

MIT

The Development Requires

by Pawel Decowski

css php js compressor