PHPackages                             mateuszbieniek/ezplatform-form-builder-masked-input-field - 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. mateuszbieniek/ezplatform-form-builder-masked-input-field

ActiveEzplatform-bundle[Utility &amp; Helpers](/categories/utility)

mateuszbieniek/ezplatform-form-builder-masked-input-field
=========================================================

Bundle providing Masked Input field for the eZ Platform EE Form Builder

v1.0.1(6y ago)0133MITPHPPHP &gt;=7.1CI failing

Since Dec 26Pushed 6y agoCompare

[ Source](https://github.com/mateuszbieniek/ezplatform-form-builder-masked-input-field)[ Packagist](https://packagist.org/packages/mateuszbieniek/ezplatform-form-builder-masked-input-field)[ RSS](/packages/mateuszbieniek-ezplatform-form-builder-masked-input-field/feed)WikiDiscussions master Synced yesterday

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

ezplatform-form-builder-masked-input-field
==========================================

[](#ezplatform-form-builder-masked-input-field)

[![](masked-input.gif)](masked-input.gif)

Description
-----------

[](#description)

Bundle provides masked field for the Form Builder in eZ Platform EE. Bundle is based on:

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

[](#requirements)

eZ Platform EE 2.5 LTS

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

[](#installation)

### 1. Enable EzPublishLegacyBundle and EzSystemsEzPlatformXmlTextFieldTypeBundle

[](#1-enable-ezpublishlegacybundle-and-ezsystemsezplatformxmltextfieldtypebundle)

Edit `app/AppKernel.php`, and add

```
new MateuszBieniek\EzPlatformFormBuilderMaskedInputBundle\EzPlatformFormBuilderMaskedInputBundle(),

```

at the end of the `$bundles` array.

### 2. Install `mateuszbieniek/ezplatform-form-builder-masked-input-field`

[](#2-install-mateuszbieniekezplatform-form-builder-masked-input-field)

```
composer require mateuszbieniek/ezplatform-form-builder-masked-input-field

```

Usage
-----

[](#usage)

You can define a mask for input using the following wildcards:

`a` - single letter (a-z) `9` - single digit (0-9) `*` - single letter or digit

Example phone number mask: `999-999-999`

You can use any other character as a static part of your mask.

Example phone number mask with static country code: `+48 999-999-999`

You can escape wildcards with `backslash`.

Example phone number mask with a static country code (Germany): `+4\9 999-999-999`

You can place optional parts of mask in brackets `[]` they won't be displayed until typed on or "greedy" option checked.

When the masked input field is required, an additional mask validator is used that checks if provided value matches the required format.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 76.9% 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 ~92 days

Total

5

Last Release

2325d ago

Major Versions

v0.1.1 → v1.0.02019-12-30

### Community

Maintainers

![](https://www.gravatar.com/avatar/f650eead4bac570d6b1f827c7cb5f6814e92ff584490a3be9d4576853fb4b473?d=identicon)[mateusz.bieniek@ez.no](/maintainers/mateusz.bieniek@ez.no)

---

Top Contributors

[![mateuszbieniek](https://avatars.githubusercontent.com/u/38975612?v=4)](https://github.com/mateuszbieniek "mateuszbieniek (10 commits)")[![kmadejski](https://avatars.githubusercontent.com/u/10659510?v=4)](https://github.com/kmadejski "kmadejski (2 commits)")[![adamwojs](https://avatars.githubusercontent.com/u/211967?v=4)](https://github.com/adamwojs "adamwojs (1 commits)")

---

Tags

ezplatform-bundleezplatform-eeform-builder

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/mateuszbieniek-ezplatform-form-builder-masked-input-field/health.svg)

```
[![Health](https://phpackages.com/badges/mateuszbieniek-ezplatform-form-builder-masked-input-field/health.svg)](https://phpackages.com/packages/mateuszbieniek-ezplatform-form-builder-masked-input-field)
```

###  Alternatives

[ezsystems/legacy-bridge

eZ Platform bridge to eZ Publish Legacy

17118.6k4](/packages/ezsystems-legacy-bridge)[netgen/remote-media-bundle

Remote media field type implementation

189.4k4](/packages/netgen-remote-media-bundle)

PHPackages © 2026

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