PHPackages                             panix/wgt-inputmask - 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. panix/wgt-inputmask

ActiveYii2-extension

panix/wgt-inputmask
===================

Widget Inputmask

023PHP

Since May 11Pushed 6y ago1 watchersCompare

[ Source](https://github.com/andrtechno/wgt-inputmask)[ Packagist](https://packagist.org/packages/panix/wgt-inputmask)[ RSS](/packages/panix-wgt-inputmask/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

wgt-inputmask
=============

[](#wgt-inputmask)

Widget for Yii Framework 2.0 to use [Inputmask](http://robinherbots.github.io/Inputmask)

[![Latest Stable Version](https://camo.githubusercontent.com/faac8bb05c516eef349c3bfa97d87e1fc3220638a75beef3cd49ac480bfd6b83/68747470733a2f2f706f7365722e707567782e6f72672f70616e69782f7767742d696e7075746d61736b2f762f737461626c65)](https://packagist.org/packages/panix/wgt-inputmask)[![Total Downloads](https://camo.githubusercontent.com/e29dc75058248e73a2ca11f7737ec53b1130611642e889cf1bd96d1d68569ee4/68747470733a2f2f706f7365722e707567782e6f72672f70616e69782f7767742d696e7075746d61736b2f646f776e6c6f616473)](https://packagist.org/packages/panix/wgt-inputmask)[![Monthly Downloads](https://camo.githubusercontent.com/1cc2498a6206cbbf7737ebe7ec5a5cf1405b2eaead5c4aa2a0d7e97675b1c790/68747470733a2f2f706f7365722e707567782e6f72672f70616e69782f7767742d696e7075746d61736b2f642f6d6f6e74686c79)](https://packagist.org/packages/panix/wgt-inputmask)[![Daily Downloads](https://camo.githubusercontent.com/a8ff136444d758db97f3b36a07e6c2170d6d77f68e7d902239aa402d4515b382/68747470733a2f2f706f7365722e707567782e6f72672f70616e69782f7767742d696e7075746d61736b2f642f6461696c79)](https://packagist.org/packages/panix/wgt-inputmask)[![Latest Unstable Version](https://camo.githubusercontent.com/9d29a401cf27a55defce25a3443adfe7b80347e4800eae08f8dcd7dda9ad6b4d/68747470733a2f2f706f7365722e707567782e6f72672f70616e69782f7767742d696e7075746d61736b2f762f756e737461626c65)](https://packagist.org/packages/panix/wgt-inputmask)[![License](https://camo.githubusercontent.com/7b72aa62983c79c04906497d532baa82bea7c3f5d3da27d27ada0cb8f1b94d65/68747470733a2f2f706f7365722e707567782e6f72672f70616e69782f7767742d696e7075746d61736b2f6c6963656e7365)](https://packagist.org/packages/panix/wgt-inputmask)

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer require --prefer-dist panix/wgt-inputmask "*"

```

or add

```
"panix/wgt-inputmask": "*"

```

to the require section of your `composer.json` file.

Usage
-----

[](#usage)

Once the extension is installed, simply use it in your code by :

```
echo InputMask::widget([
    'attribute' => 'attribute_name',
    'model' => $model,
    //...
]);
```

Usage without a model (you must specify the "name" attribute) :

```
echo $form->field($model, 'attribute_name')->widget(InputMask::class, [
    'extensions' => ['date'],
    'pluginOptions' => [
        'mask' => 'dd/mm/yyyy'
    ]
]);
```

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity37

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/f081670109ead0bd6a80aa3af5e9ef9fdcacecdaa3d5a9c1281eed523d09e455?d=identicon)[andrtechno](/maintainers/andrtechno)

---

Top Contributors

[![andrtechno](https://avatars.githubusercontent.com/u/6948026?v=4)](https://github.com/andrtechno "andrtechno (10 commits)")

### Embed Badge

![Health badge](/badges/panix-wgt-inputmask/health.svg)

```
[![Health](https://phpackages.com/badges/panix-wgt-inputmask/health.svg)](https://phpackages.com/packages/panix-wgt-inputmask)
```

PHPackages © 2026

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