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

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

relbraun/yii2repeater
=====================

Repeater widget for yii2 tabular

1.0.1(8y ago)114.8k2MITPHPPHP ^5.4.3 || ^7.0

Since Dec 1Pushed 8y ago4 watchersCompare

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

READMEChangelog (4)Dependencies (1)Versions (4)Used By (0)

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

[](#yii2-repeater)

An Yii2 widget enable you to implement [Yii2 tabular](http://www.yiiframework.com/doc-2.0/guide-input-tabular-input.html)with simple way.

\##How to use

install using composer: `composer require relbraun/yii2repeater`

put this code in your form:

```

```

in your desired controller ypu have to put tis code:

```
public function actions()
    {
        return [
            'add-item' => [
                'class' => 'relbraun\yii2repeater\actions\AppendAction',
                'model' => 'backend\models\DesiredModel',
                'contentPath' => '/path/to/repeater/view', //related to current controller
            ],
            'remove-item' => [
                'class' => 'relbraun\yii2repeater\actions\DeleteAction',
                'model' => 'backend\models\DesiredModel',
            ]
        ];
    }

```

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

```

```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity60

Established project with proven stability

 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 ~131 days

Total

3

Last Release

3187d ago

Major Versions

0.1.0 → 1.0.02016-12-19

### Community

Maintainers

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

---

Top Contributors

[![relbraun](https://avatars.githubusercontent.com/u/6196995?v=4)](https://github.com/relbraun "relbraun (16 commits)")

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/relbraun-yii2repeater/health.svg)](https://phpackages.com/packages/relbraun-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)
