Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 468 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 468 Bytes

Placehold IT for PHP v0.0.2

Description

A simple PHP-class to generate transparent placeholder images in Data-URI format

Usage

<?php
    $width = 200;
    $height = 150;
    $placehold_it = new Paha77\Placehold_it(array('cache_dir' => [CACHE DIR]));
?>
<img alt="" src="<?=$placehold_it->get($width, $height)?>" />

© 2014 paha77

Licensed under GPL