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

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

gromovfjodor/yii2-multiple-input
================================

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

3.5.0(7y ago)035BSD-3-ClausePHPPHP &gt;=5.4.0

Since Feb 2Pushed 7y ago1 watchersCompare

[ Source](https://github.com/gromovfjodor/yii2-multiple-input)[ Packagist](https://packagist.org/packages/gromovfjodor/yii2-multiple-input)[ RSS](/packages/gromovfjodor-yii2-multiple-input/feed)WikiDiscussions dev Synced 2mo ago

READMEChangelog (1)Dependencies (2)Versions (3)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/be2ecee48e529bf5478c74d258b9fc0f55fa18e4dcf5c79252eca354ce00c893/68747470733a2f2f706f7365722e707567782e6f72672f67726f6d6f76666a6f646f722f796969322d6d756c7469706c652d696e7075742f762f737461626c65)](https://packagist.org/packages/gromovfjodor/yii2-multiple-input)[![Total Downloads](https://camo.githubusercontent.com/c56811abf86b405b381292ff3ac2aaaa784af3686e01475f49580a4e5db2e590/68747470733a2f2f706f7365722e707567782e6f72672f67726f6d6f76666a6f646f722f796969322d6d756c7469706c652d696e7075742f646f776e6c6f616473)](https://packagist.org/packages/gromovfjodor/yii2-multiple-input)[![Daily Downloads](https://camo.githubusercontent.com/4a50d04584057d67430619177b104601ddf89af62f7cb0b77442302aa858d00d/68747470733a2f2f706f7365722e707567782e6f72672f67726f6d6f76666a6f646f722f796969322d6d756c7469706c652d696e7075742f642f6461696c79)](https://packagist.org/packages/gromovfjodor/yii2-multiple-input)[![Latest Unstable Version](https://camo.githubusercontent.com/c64d5e9e108ec6d59005c5754448ea94567733e4384ea3c9f377135feae0dc45/68747470733a2f2f706f7365722e707567782e6f72672f67726f6d6f76666a6f646f722f796969322d6d756c7469706c652d696e7075742f762f756e737461626c65)](https://packagist.org/packages/gromovfjodor/yii2-multiple-input)[![License](https://camo.githubusercontent.com/ac65b8ad45c349e6224d3dd905e30b0193fb9578ccff5027b387e841b04d66bd/68747470733a2f2f706f7365722e707567782e6f72672f67726f6d6f76666a6f646f722f796969322d6d756c7469706c652d696e7075742f6c6963656e7365)](https://packagist.org/packages/gromovfjodor/yii2-multiple-input)

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

[](#latest-release)

The latest stable version of the extension is v2.19.0 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  gromovfjodor/yii2-multiple-input "~2.0"

```

or add

```
"gromovfjodor/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 gromovfjodor\multipleinput\MultipleInput;

...
