nruslan/emutator
Composer 安装命令:
composer require nruslan/emutator
包简介
PHP class that obfuscate email address from spam-bots
README 文档
README
Helps to obfuscate email address from spam-bots
Installation
composer require nruslan/emutator
Configuration for Laravel
Add the eMail alias into Aliases section in the config/app.php file by adding the following line:
'eMail' => ruslan\Emutator\MailTo::class
How to use
{{ eMail::mutate('email@address.co') }}
License
The Emutator is open-sourced package licensed under the MIT license.
统计信息
- 总下载量: 493
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 10
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-09-03