PHPackages                             leammas/yii2-flowjs - 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. leammas/yii2-flowjs

ActiveYii2-extension

leammas/yii2-flowjs
===================

Easy to use widget and controller for adding HTML5 fully customizable file upload to your app

12.8k1PHP

Since Nov 15Pushed 10y ago1 watchersCompare

[ Source](https://github.com/Leammas/yii2-flowjs)[ Packagist](https://packagist.org/packages/leammas/yii2-flowjs)[ RSS](/packages/leammas-yii2-flowjs/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Yii2 FlowJs Extension
=====================

[](#yii2-flowjs-extension)

Easy to use widget and controller for adding HTML5 fully customizable file upload to your app

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

[](#installation)

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

Either run

```
php composer.phar require --prefer-dist leammas/yii2-flowjs "*"

```

or add

```
"leammas/yii2-flowjs": "*"

```

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

Usage
-----

[](#usage)

### Widget

[](#widget)

Add the widget with corresponding settings in your view. For more insight about settings and restrictions @see `FlowJsWidget.php`. Don't forget to add `target` setting containing url to FlowJsController Upload action (see below).

```
