nruslan/emutator

PHP class that obfuscate email address from spam-bots

v1.1 2023-01-28 14:29 UTC

This package is auto-updated.

Last update: 2025-04-29 01:20:28 UTC


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.