nruslan / emutator
PHP class that obfuscate email address from spam-bots
v1.1
2023-01-28 14:29 UTC
Requires (Dev)
- phpunit/phpunit: ^9.5
This package is auto-updated.
Last update: 2026-03-01 00:29:04 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.