zucchi / uploader
Zucchi ZF2 Module to interface with PL Uploader
dev-master
2013-05-09 09:20 UTC
Requires
- php: >=5.4.1
- zucchi/archive: dev-master
- zucchi/zucchi: dev-master
This package is not auto-updated.
Last update: 2026-03-14 20:15:35 UTC
README
Module to provide integration of PLUpload (http://www.plupload.com/)
Installation
From the root of your ZF2 Skeleton Application run
./composer.phar require zucchi/uploader
This module will require your vhost to use an AliasMatch
AliasMatch /_([^/]+)/(.+)/([^/]+) /path/to/vendor/$2/public/$1/$3
Roadmap
- Create view helper to utilise Queue Widget