LaravelPackages.net
Acme Inc.
Toggle sidebar
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.)

9
0
v1.0.0
About benancetin/laravel-texttoimage

benancetin/laravel-texttoimage is a Laravel package for 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.). It currently has 0 GitHub stars and 9 downloads on Packagist (latest version v1.0.0). Install it with composer require benancetin/laravel-texttoimage. Discover more Laravel packages by benancetin or browse all Laravel packages to compare alternatives.

Last updated

Text To Image

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.

Star History Chart