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

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

websvc/yii2-multiple-input
==========================

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

2.30.1(1y ago)0612BSD-3-ClauseJavaScriptPHP &gt;=5.4.0

Since Aug 5Pushed 1y agoCompare

[ Source](https://github.com/websvcPT/yii2-multiple-input)[ Packagist](https://packagist.org/packages/websvc/yii2-multiple-input)[ RSS](/packages/websvc-yii2-multiple-input/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

NOTICE
======

[](#notice)

Forked from unclead/yii2-multiple-input (which is an excellent package!) in order to allow changes to work with `yii\bootstrap4\Widget` instead of `yii\bootstrap\Widget` as the original package does not work without the latest.

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/6955d61e738511ed647e9a543879dcaa20d5e0affcb45052bc14a49290dced94/68747470733a2f2f706f7365722e707567782e6f72672f7765627376632f796969322d6d756c7469706c652d696e7075742f762f737461626c65)](https://packagist.org/packages/websvc/yii2-multiple-input)[![Total Downloads](https://camo.githubusercontent.com/53c22d4be437d381fb8f90d7cef8bef290ac7319b3f8fe2db1cd69d648c4c565/68747470733a2f2f706f7365722e707567782e6f72672f7765627376632f796969322d6d756c7469706c652d696e7075742f646f776e6c6f616473)](https://packagist.org/packages/websvc/yii2-multiple-input)[![Daily Downloads](https://camo.githubusercontent.com/eed815f7093256e19bf6ca1d37e223a4749a884a569eebbc38759d9d2ad5a7d5/68747470733a2f2f706f7365722e707567782e6f72672f7765627376632f796969322d6d756c7469706c652d696e7075742f642f6461696c79)](https://packagist.org/packages/websvc/yii2-multiple-input)[![Latest Unstable Version](https://camo.githubusercontent.com/d24dca148e5349cef5ebf77e5441471d6979d05610399b24301c4b9ea53ed358/68747470733a2f2f706f7365722e707567782e6f72672f7765627376632f796969322d6d756c7469706c652d696e7075742f762f756e737461626c65)](https://packagist.org/packages/websvc/yii2-multiple-input)[![License](https://camo.githubusercontent.com/e0e3513a3129e63de62eb430559ac12418172f0a9fd34d2f44bd9c64b24a0d3a/68747470733a2f2f706f7365722e707567782e6f72672f7765627376632f796969322d6d756c7469706c652d696e7075742f6c6963656e7365)](https://packagist.org/packages/websvc/yii2-multiple-input)

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

[](#installation)

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

Either run

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

```

or add

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

...
