benancetin/laravel-texttoimage

texttoimage is a laravel package to stamp the text on defined (width,height,colour) image canvas.(Ex: can be used to hide e-mails from search bots.)

v1.0.0 2019-04-28 22:45 UTC

This package is auto-updated.

Last update: 2024-03-29 03:58:19 UTC


README

Text to image is stamping text on defined image canvas. So you can convert text to images. This package can be used for to hide text in code or search bots, or to hide e-mails from search bots. You define everything in config file like image width, height and colour.

Installing Text To Image

composer require benancetin/laravel-texttoimage

Note: for Laravel 5.5 below, You should register the service provider.

Using Text To Image

In any of your blade templates, you just use "@texttoimage(The text to be converted)", that's all! If you want to change width, height or the colours you can change them in vendor/benancetin/texttoimage/config/texttoimage.php file.