mtr / placeholder
There is no license information available for the latest version (v0.1) of this package.
output base64 placeholder image
v0.1
2019-02-04 21:06 UTC
Requires
None
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-09-05 23:40:21 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);