PHPackages                             consynki/yii2-image-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. [Image &amp; Media](/categories/media)
4. /
5. consynki/yii2-image-input

ActiveYii2-extension[Image &amp; Media](/categories/media)

consynki/yii2-image-input
=========================

A Yii2input widget to allow a better drag drop image upload

1.0.0(10y ago)23.1k↓66.7%MITJavaScriptPHP &gt;=5.4.0

Since Feb 5Pushed 10y ago2 watchersCompare

[ Source](https://github.com/levi-putna/yii2-image-input)[ Packagist](https://packagist.org/packages/consynki/yii2-image-input)[ RSS](/packages/consynki-yii2-image-input/feed)WikiDiscussions master Synced 1mo ago

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

Yii2 Image Input Field
======================

[](#yii2-image-input-field)

This extension provides a drag drop image field to inclusion within a standard Yii2 form. This extension dosn't provide any functionality for uploading the images, that can be done via the standard Yii form processing.

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

[](#installation)

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

To install, either run

`$ composer require consynki/yii2-image-input "*"`

or add

`"consynki/yii2-image-input": "*"`

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

Usage
-----

[](#usage)

### Alert

[](#alert)

You can use the image input in a standard Yii form.

```
