PHPackages                             timnarr/kirby-obfuscate-email - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. timnarr/kirby-obfuscate-email

ActiveKirby-plugin[Utility &amp; Helpers](/categories/utility)

timnarr/kirby-obfuscate-email
=============================

This plugin provides field methods to obfuscate email addresses.

0.1.1(3mo ago)181.5kMITPHPPHP &gt;=8.0.0

Since Feb 15Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/timnarr/kirby-obfuscate-email)[ Packagist](https://packagist.org/packages/timnarr/kirby-obfuscate-email)[ Docs](https://github.com/timnarr/kirby-obfuscate-email)[ RSS](/packages/timnarr-kirby-obfuscate-email/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (2)Dependencies (4)Versions (3)Used By (0)

Kirby Obfuscate E-Mail
======================

[](#kirby-obfuscate-e-mail)

This plugin provides e-mail obfuscation via field-methods to prevent spam bots from harvesting e-mail addresses from your website.

Credits
-------

[](#credits)

First things first - I basically copied this plugin code from [seehat's post](https://forum.getkirby.com/t/email-obfuscate/4475/20) in the Kirby forum. Many thanks to him.

Installation via Composer
-------------------------

[](#installation-via-composer)

```
composer require timnarr/kirby-obfuscate-email

```

Usage
-----

[](#usage)

Use the `obfuscateEmail()` field method if you just want to obfuscate an single e-mail value from a field. Example: `$page->emailField()->obfuscateEmail()`.

If you want to obfuscate multiple e-mails in a text field you can use the `obfuscateEmails()` method. This method uses regex to find all e-mails and obfuscate them. Example: `$page->myTextField()->obfuscateEmails()`.

Options
-------

[](#options)

OptionDefaultTypeDescription`regex``/[A-Z0-9\._%+-]+(@)[A-Z0-9\.-]+(\.)[a-z]{2,}/i`stringRegular expression, used to find e-mails in text. Change to custom pattern if needed.License
-------

[](#license)

[MIT License](./LICENSE) Copyright © 2024-present Tim Narr

###  Health Score

41

—

FairBetter than 87% of packages

Maintenance82

Actively maintained with recent releases

Popularity26

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~767 days

Total

2

Last Release

95d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/75cefc2df4ef7934de03eae279eadce11b87ebf6252019a643a626327e887ef5?d=identicon)[TimNarr](/maintainers/TimNarr)

---

Top Contributors

[![timnarr](https://avatars.githubusercontent.com/u/3532570?v=4)](https://github.com/timnarr "timnarr (5 commits)")

---

Tags

kirby-cmskirby-plugin

###  Code Quality

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/timnarr-kirby-obfuscate-email/health.svg)

```
[![Health](https://phpackages.com/badges/timnarr-kirby-obfuscate-email/health.svg)](https://phpackages.com/packages/timnarr-kirby-obfuscate-email)
```

###  Alternatives

[medienbaecker/kirby-modules

Easily add modules to your pages

895.4k1](/packages/medienbaecker-kirby-modules)[distantnative/retour-for-kirby

Manage redirects and track 404s right from the Kirby CMS Panel

14695.1k1](/packages/distantnative-retour-for-kirby)[arnoson/kirby-vite

Vite helper for Kirby CMS

9763.1k3](/packages/arnoson-kirby-vite)[belugadigital/kirby-navigation

Kirby 5 field for hierarchical menus with drag &amp; drop level indentation.

8613.8k](/packages/belugadigital-kirby-navigation)[bnomei/kirby3-dotenv

Kirby Plugin for environment variables from .env

4147.7k1](/packages/bnomei-kirby3-dotenv)[fabianmichael/kirby-meta

Your all-in-one powerhouse for any SEO and metadata needs imaginable.

7011.3k1](/packages/fabianmichael-kirby-meta)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
