marando/placehold

There is no license information available for the latest version (0.3) of this package.

0.3 2017-02-23 07:17 UTC

This package is not auto-updated.

Last update: 2024-05-11 18:02:07 UTC


README

./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
);