nruslan / emutator

Laravel package that helps obfuscate email address from spam-bots

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Emutator

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.

About

Laravel package that helps obfuscate email address from spam-bots


Languages

Language:PHP 100.0%