PHPackages                             kodia-912/yii2-multiple-input - 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. kodia-912/yii2-multiple-input

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

kodia-912/yii2-multiple-input
=============================

Widget for handle multiple inputs for an attribute of Yii2 framework model

2.23.0(5y ago)099BSD-3-ClausePHPPHP &gt;=5.4.0

Since May 11Pushed 5y agoCompare

[ Source](https://github.com/kodia912/yii2-multiple-input)[ Packagist](https://packagist.org/packages/kodia-912/yii2-multiple-input)[ RSS](/packages/kodia-912-yii2-multiple-input/feed)WikiDiscussions master Synced yesterday

READMEChangelog (2)Dependencies (2)Versions (82)Used By (0)

Yii2 Multiple input widget.
===========================

[](#yii2-multiple-input-widget)

Yii2 widget for handle multiple inputs for an attribute of model and tabular input for batch of models.

[![Latest Stable Version](https://camo.githubusercontent.com/777970a9d7f5deaa9e83299dff920e902c4619ca3a0f43435e3709a96c025530/68747470733a2f2f706f7365722e707567782e6f72672f756e636c6561642f796969322d6d756c7469706c652d696e7075742f762f737461626c65)](https://packagist.org/packages/unclead/yii2-multiple-input)[![Total Downloads](https://camo.githubusercontent.com/e656baa2e284ed1704e3375b4fa9bc51b500503b9858b03ee9a0a6f9e5f599d0/68747470733a2f2f706f7365722e707567782e6f72672f756e636c6561642f796969322d6d756c7469706c652d696e7075742f646f776e6c6f616473)](https://packagist.org/packages/unclead/yii2-multiple-input)[![Daily Downloads](https://camo.githubusercontent.com/efb204b6b77b2c5392646d5ee49becfa2df1626fe0da9908f466d105e4eedc1e/68747470733a2f2f706f7365722e707567782e6f72672f756e636c6561642f796969322d6d756c7469706c652d696e7075742f642f6461696c79)](https://packagist.org/packages/unclead/yii2-multiple-input)[![Latest Unstable Version](https://camo.githubusercontent.com/ded6bbe9706174b21a2ae25e82eee98f98ecb6fab97dd466789c49f49e1a3740/68747470733a2f2f706f7365722e707567782e6f72672f756e636c6561642f796969322d6d756c7469706c652d696e7075742f762f756e737461626c65)](https://packagist.org/packages/unclead/yii2-multiple-input)[![License](https://camo.githubusercontent.com/e709863b869f368a15fe7b3e292fd00d619c67be151fcbe415c847ace4f9e739/68747470733a2f2f706f7365722e707567782e6f72672f756e636c6561642f796969322d6d756c7469706c652d696e7075742f6c6963656e7365)](https://packagist.org/packages/unclead/yii2-multiple-input)

Latest release
--------------

[](#latest-release)

The latest stable version of the extension is v2.21.5 Follow the [instruction](./UPGRADE.md) for upgrading from previous versions

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

[](#installation)

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

Either run

```
php composer.phar require  unclead/yii2-multiple-input "~2.0"

```

or add

```
"unclead/yii2-multiple-input": "~2.0"

```

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

Basic usage
-----------

[](#basic-usage)

[![Single column example](./resources/images/single-column.gif?raw=true)](./resources/images/single-column.gif?raw=true)

For example you want to have an ability of entering several emails of user on profile page. In this case you can use yii2-multiple-input widget like in the following code

```
use unclead\multipleinput\MultipleInput;

...
