Skip to content

marando/placehold

Repository files navigation

placehold

./run 

Installation

composer require marando/placehold

Running the Example

php -S localhost:8000

Then go to http://localhost:8000

Usage

use \Marando\Placehold\Placehold;
<img src="<? echo new Placehold(800, 600) ?>">

Options

new Placehold(
    $width, 
    $height, 
    $bgColor, 
    $fgcolor, 
    $text, 
    $font
);

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages