mtr/placeholder

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

output base64 placeholder image

Installs: 27

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/mtr/placeholder

v0.1 2019-02-04 21:06 UTC

This package is auto-updated.

Last update: 2026-01-05 22:10:23 UTC


README

#Usage

MTR\Placeholder::png(int $width, int $height);

MTR\Placeholder::png(int $height, int $height);

Optional:

MTR\Placeholder::backgroundColor('#ff0000'')->png(int $height, int $height);

MTR\Placeholder::fontColor('#ff0000'')->png(int $height, int $height);