PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Ladislav Vondracek   Lawondyss Imager   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Lawondyss Imager
Create image thumbnails using ImageMagick
Author: By
Last change:
Date: 8 years ago
Size: 497 bytes
 

Contents

Class file image Download
{ "name": "lawondyss/imager", "description": "The library for manage images and thumbnails. Library uses ImageMagick in command line.", "license": "MIT", "version": "1.5", "authors": [ { "name": "Ladislav Vondráček", "email": "lad.von@gmail.com" } ], "autoload": { "psr-0": { "Imager": "src/" }, "classmap": ["src/Imager/exceptions.php"] }, "require": { "nette/utils": "2.3.*" }, "require-dev": { "nette/tester": "1.6.*" } }