Download the PHP package reddatas/placeholder-image without Composer
On this page you can find all versions of the php package reddatas/placeholder-image. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download reddatas/placeholder-image
More information about reddatas/placeholder-image
Files in reddatas/placeholder-image
Download reddatas/placeholder-image
More information about reddatas/placeholder-image
Files in reddatas/placeholder-image
Vendor reddatas
Package placeholder-image
Short Description Un generador simple de imágenes placeholder para Laravel.
License MIT
Package placeholder-image
Short Description Un generador simple de imágenes placeholder para Laravel.
License MIT
Please rate this library. Is it a good library?
Informations about the package placeholder-image
Placeholder Image Generator for Laravel
A simple placeholder image generator for Laravel.
Installation
You can install the package via composer:
The package will automatically register itself.
Usage
To generate a placeholder image, simply visit a URL in your application like this:
Parameters
width: The width of the image in pixels.height(optional): The height of the image in pixels. If not provided, the width will be used to create a square image.text(optional): The text to display on the image. If not provided, the dimensions will be displayed.bgColor(optional): The background color of the image in hex format (e.g.,cccccc).textColor(optional): The text color in hex format (e.g.,333333).
Examples
- A 300x200 image:
/placeholder/300/200 - A 300x200 image with custom text:
/placeholder/300/200/Hello - A 300x200 image with custom text and colors:
/placeholder/300/200/Hello/ff0000/ffffff
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
License
All versions of placeholder-image with dependencies
PHP Build Version
Package Version
The package reddatas/placeholder-image contains the following files
Loading the files please wait ...