I was actually looking for an easy way to compress css files using PHP for one of my static websites. It is a known fact that PHP can be used to compress CSS files which therefore improves the overall page performance and loading time. However most methods require that you ...

