codern / plupload
custom implementation of moxiecode/plupload
Installs: 14
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 0
Open Issues: 0
Language:JavaScript
README
plupload is a custom implementation of the package ![moxiecode/plupload]
Contents
Installation
- In order to install plupload, just add the following to your composer.json. Then run
composer update
:
"codern/plupload": "1.2.x-dev"
- You can run
composer require codern/plupload
to install the latest stable version in your current directory.
Usage
- You have a functional custom example in examples directory just run index.php
Additional information
- Documentation of ![moxiecode/plupload]