nruslan/emutator

PHP class that obfuscate email address from spam-bots

Installs: 493

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/nruslan/emutator

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

This package is auto-updated.

Last update: 2025-12-29 03:32:52 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.