Skip to content

Repository files navigation

PhpCssEmbed

PhpCssEmbed embed data uri in css part

Build StatusScrutinizer Code Quality

Usage

Use embed css with a file

<?php
$pce = new \CssEmbed\CssEmbed();
echo $pce->embedCss( $css_file );

Or directly with css content

<?php
$pce = new \CssEmbed\CssEmbed();
$pce->setRootDir( '/path/to/files' );
echo $pce->embedString( $css_content );

Unit Tests

phpunit

Thanks

Files structure inspired by Geocoder from William Durand

About

Pure php css embed

Resources

Stars

19 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages