PHPackages                             ajaz/php-dropzone-widget - 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. [File &amp; Storage](/categories/file-storage)
4. /
5. ajaz/php-dropzone-widget

ActiveLibrary[File &amp; Storage](/categories/file-storage)

ajaz/php-dropzone-widget
========================

DropzoneJs Extention for PHP

1.0.0(5y ago)112MITPHPPHP &gt;=5.6

Since May 5Pushed 5y ago1 watchersCompare

[ Source](https://github.com/ajazsaif/dropzone-js-php)[ Packagist](https://packagist.org/packages/ajaz/php-dropzone-widget)[ Docs](https://github.com/ajazsaif/dropzone-js-php)[ RSS](/packages/ajaz-php-dropzone-widget/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

PHP Dropzone
============

[](#php-dropzone)

DropzoneJs widget for PHP, you can easily implement Dropzone.js library with you PHP application

A port of [DropzoneJs](http://www.dropzonejs.com/) for dropzone js configuration

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

[](#installation)

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

Either run

```
php composer.phar require --prefer-dist ajaz/php-dropzone-widget

```

or add

```
"ajaz/php-dropzone-widget": "*"

```

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

Usage
-----

[](#usage)

Once the extension is installed, simply use it in your code by to create Ajax upload area (JQuery is required) : Load the following assets in your header

```
>

    How to Upload a File using Dropzone.js with PHP Widget

```

```
