Download the PHP package websafe/lib-websafe-blueimp-jquery-file-upload-handler without Composer
On this page you can find all versions of the php package websafe/lib-websafe-blueimp-jquery-file-upload-handler. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download websafe/lib-websafe-blueimp-jquery-file-upload-handler
More information about websafe/lib-websafe-blueimp-jquery-file-upload-handler
Files in websafe/lib-websafe-blueimp-jquery-file-upload-handler
Download websafe/lib-websafe-blueimp-jquery-file-upload-handler
More information about websafe/lib-websafe-blueimp-jquery-file-upload-handler
Files in websafe/lib-websafe-blueimp-jquery-file-upload-handler
Vendor websafe
Package lib-websafe-blueimp-jquery-file-upload-handler
Short Description Repackaged PHP handler from Blueimp Jquery-File-Upload. Composer and autoloader ready. Contains only the PHP handler class. Install frontend assets with bower.
License MIT
Package lib-websafe-blueimp-jquery-file-upload-handler
Short Description Repackaged PHP handler from Blueimp Jquery-File-Upload. Composer and autoloader ready. Contains only the PHP handler class. Install frontend assets with bower.
License MIT
Please rate this library. Is it a good library?
Informations about the package lib-websafe-blueimp-jquery-file-upload-handler
jQuery File Upload PHP backend / upload handler
This project contains the PHP backend from the jQuery File Upload Plugin repackaged as an PSR-0/PSR-1/PSR-2 compatible library for easier automated installation using Composer. This package does not contain any of the frontend assets (js/css/img) - You should install them separately, using bower or other tools.
What happens during the build process?
The buildprocess makes a few small changes to the original
server/php/UploadHandler.php
and publishes back to GitHub:
- a namespace is being added (
Websafe\Blueimp
), - The class is being renamed (
UploadHandler
=>JqueryFileUploadHandler
), - the code is being formatted using php-cs-fixer,
- an autoload classmap is generated (autoload_classmap.php).
TODO
- Update version in
composer.json
after build - Check if newer jQuery File Upload Plugin really affects the lib.
- Travis
- CodeSniffer
- PSR-2 - camel case methods!
- Unit Testing
- Count builds?
Usage
<?php
//
require 'vendor/autoload.php';
//
use Websafe\Blueimp\JqueryFileUploadHandler;
//
$uh = new JqueryFileUploadHandler();
All versions of lib-websafe-blueimp-jquery-file-upload-handler with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.3
The package websafe/lib-websafe-blueimp-jquery-file-upload-handler contains the following files
Loading the files please wait ....