PHPackages                             kv4nt/yii2repeater - 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. kv4nt/yii2repeater

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

kv4nt/yii2repeater
==================

An interface to add and remove a repeatable group of input elements for yii2

v1.0.1(5y ago)1357MITPHPPHP &gt;=5.4.0

Since Feb 4Pushed 5y ago1 watchersCompare

[ Source](https://github.com/kv4nt/yii2-repeater)[ Packagist](https://packagist.org/packages/kv4nt/yii2repeater)[ Docs](https://bitbucket.org/sagabeta/repeater)[ RSS](/packages/kv4nt-yii2repeater/feed)WikiDiscussions master Synced 1mo ago

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

yii2-repeater
=============

[](#yii2-repeater)

Repeater like

\##How to use

install using composer: `composer require kv4nt/yii2repeater`

put this code in your form:

```

```

in your desired controller ypu have to put tis code:

```
public function actions()
    {
        return [
            'add-item-action' => [
                'class' => 'kv4nt\yii2repeater\actions\AppendAction',
                'model' => 'app\models\Item',
                'contentPath' => '@app/modules/admin/views/***/repeater_view_file', //related to current controller
            ],
            'remove-item-action' => [
                'class' => 'kv4nt\yii2repeater\actions\DeleteAction',
                'model' => 'app\models\Item',
            ]
        ];
    }

```

And this is an example of the repeater\_view\_file.php reminded above:

```

```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 66.7% 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 ~742 days

Total

2

Last Release

1911d ago

PHP version history (2 changes)v1.0PHP ^5.4.3 || ^7.0

v1.0.1PHP &gt;=5.4.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/9d15ae5e94c57df8fb20e66d0d860cc741c2a6f6b2c2fb9d5dd323bb7f9a529c?d=identicon)[kv4nt](/maintainers/kv4nt)

---

Top Contributors

[![kv4nt](https://avatars.githubusercontent.com/u/8049164?v=4)](https://github.com/kv4nt "kv4nt (2 commits)")[![chachanagov](https://avatars.githubusercontent.com/u/27193641?v=4)](https://github.com/chachanagov "chachanagov (1 commits)")

### Embed Badge

![Health badge](/badges/kv4nt-yii2repeater/health.svg)

```
[![Health](https://phpackages.com/badges/kv4nt-yii2repeater/health.svg)](https://phpackages.com/packages/kv4nt-yii2repeater)
```

###  Alternatives

[yii2mod/yii2-sweet-alert

Alert widget based on SweetAlert extension {@link http://tristanedwards.me/sweetalert)

43154.0k2](/packages/yii2mod-yii2-sweet-alert)[drsdre/yii2-wizardwidget

Multi step wizard widget using tabs to guide a user through steps to complete a task. Based on the Form wizard (using tabs) from lukepzak (see http://bootsnipp.com/snippets/featured/form-wizard-using-tabs).

37147.9k](/packages/drsdre-yii2-wizardwidget)[richardfan1126/yii2-sortable-gridview

Sortable GridView for Yii2

29189.3k](/packages/richardfan1126-yii2-sortable-gridview)[zhuravljov/yii2-datetime-widgets

Datetime widgets for Yii2.

21118.6k3](/packages/zhuravljov-yii2-datetime-widgets)[liyunfang/yii2-contextmenu

yii2 Extended for bootstrap-contextmenu plugin https://github.com/sydcanem/bootstrap-contextmenu

2432.4k1](/packages/liyunfang-yii2-contextmenu)[xj/yii2-bootbox-widget

yii2-bootbox-widget

11106.3k1](/packages/xj-yii2-bootbox-widget)

PHPackages © 2026

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