marcodattisi/placheholderimage

Easy placeholder image from via.placeholder.com

1.1 2020-11-17 14:35 UTC

This package is auto-updated.

Last update: 2025-05-09 21:47:36 UTC


README

<?php
require 'vendor/autoload.php';

$params = [
	'size' => '200x200.png',
	'background' => '000',
	'text_color' => 'fff',
	'text' => 'Bella questa libreria'
];
$link_image = PlaceHolderImage\PlaceHolderImage::PlaceImage ($params);
echo $link_image;