PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Ravi Kumar   PHP AJAX Upload file   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP AJAX Upload file
Process image files uploaded via AJAX
Author: By
Last change: Update of composer.json
Date: 5 months ago
Size: 369 bytes
 

Contents

Class file image Download
{ "name" : "webloper/ajaxupload", "description" : "This class can process image files uploaded via AJAX", "homepage" : "https://github.com/webloper/ajaxupload", "license" : "MIT", "authors" : [{ "name" : "Ravi Kumar", "email" : "webloper@gmail.com" } ], "require" : { "php" : ">=5.4" }, "keywords" : [ "upload", "ajax" ], "type" : "library" }