Skip to content

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

License

Notifications You must be signed in to change notification settings

paha77/placehold_it

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages