PHPackages                             haiek/craft-text-encoder - 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. haiek/craft-text-encoder

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

haiek/craft-text-encoder
========================

Encode strings, email addresses or whatever you want...

v1.1(7y ago)020MITPHP

Since Dec 13Pushed 7y ago1 watchersCompare

[ Source](https://github.com/HaiekTech/craft-text-encoder)[ Packagist](https://packagist.org/packages/haiek/craft-text-encoder)[ RSS](/packages/haiek-craft-text-encoder/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

Craft Text Encoder plugin for Craft CMS 3.x
===========================================

[](#craft-text-encoder-plugin-for-craft-cms-3x)

Encode strings, email addresses or whatever you want...

Requirements
------------

[](#requirements)

This plugin requires Craft CMS 3.0.0-beta.23 or later.

Installation
------------

[](#installation)

To install the plugin, follow these instructions.

1. Open your terminal and go to your Craft project:

    ```
     cd /path/to/project

    ```
2. Then tell Composer to load the plugin:

    ```
     composer require haiek/craft-text-encoder

    ```
3. In the Control Panel, go to Settings → Plugins and click the “Install” button for Craft Text Encoder.

Usage
-----

[](#usage)

You can use the plugin either as a function or a filter:

```
{# encode all emails found inside string #}
{{ findEncodeMail(block.richTextEditor)|raw }}

{# encode a single email address #}
{{ encodeMail('hello@haiek.tech')|raw }}
```

```
{# encode all emails found inside string #}
{{ block.richTextEditor|findEncodeMail|raw }}

{# encode a single email address #}
{{ 'hello@haiek.tech'|encodeMail|raw }}
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity61

Established project with proven stability

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

Unknown

Total

1

Last Release

2710d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3896ea3f58545047df64893bf7aca0ae5ca1ed0351f9ed2dab43014380f99ec5?d=identicon)[haiek](/maintainers/haiek)

---

Tags

cmsCraftcraftcmscraft-plugincraft text encoder

### Embed Badge

![Health badge](/badges/haiek-craft-text-encoder/health.svg)

```
[![Health](https://phpackages.com/badges/haiek-craft-text-encoder/health.svg)](https://phpackages.com/packages/haiek-craft-text-encoder)
```

###  Alternatives

[verbb/navigation

Create navigation menus for your site.

90683.7k17](/packages/verbb-navigation)[verbb/formie

The most user-friendly forms plugin for Craft.

101372.9k40](/packages/verbb-formie)[verbb/comments

Add comments to your site.

13753.1k](/packages/verbb-comments)[verbb/tablemaker

Create customizable and user-defined table fields.

40168.8k1](/packages/verbb-tablemaker)[supercool/tablemaker

Create customizable and user-defined table fields.

40141.7k](/packages/supercool-tablemaker)[pennebaker/craft-architect

CraftCMS plugin to generate content models from JSON/YAML data.

72148.5k5](/packages/pennebaker-craft-architect)

PHPackages © 2026

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