PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Nahid Bin Azhar   ImageX   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: ImageX
Validate and resize uploaded image files
Author: By
Last change:
Date: 2 years ago
Size: 710 bytes
 

Contents

Class file image Download
{ "name": "nahidz/imagex", "description": "Imagex is an Image handling handy library", "keywords": ["image", "resizer", "resize", "compress", "nahid"], "homepage": "http://github.com/nahidz/imagex", "type": "library", "license": "MIT", "authors": [ { "name": "Mehedi Hasan Nahid", "email": "nahid.dns@gmail.com", "homepage":"http://nahid.co" } ], "require": { "php": ">=5.3.0", "illuminate/support": "4.1.*" }, "autoload": { "classmap": [ "src/migrations" ], "psr-0": { "Nahidz\\Imagex\\": "src/" } }, "minimum-stability": "stable" }