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: Changed Tester and Nette version
Changed version
Date: 7 years ago
Size: 532 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.6.2", "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/application": "2.4.*", "nette/tester": "1.7.*" } }