PhpCssEmbed ==== **PhpCssEmbed** embed data uri in css part [![Build Status](https://travis-ci.org/krichprollsch/phpCssEmbed.png?branch=master)](https://travis-ci.org/krichprollsch/phpCssEmbed) Usage ----- Use embed css with a file embedCss( $css_file ); Or directly with css content setRootDir( '/path/to/files' ); echo $pce->embedString( $css_content ); Unit Tests ---------- phpunit Thanks ------ Files structure inspired by [Geocoder](https://github.com/willdurand/Geocoder) from [William Durand](https://github.com/willdurand)