benancetin/laravel-texttoimage
Composer 安装命令:
composer require 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.)
README 文档
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.
统计信息
- 总下载量: 9
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 7
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-04-28