PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Gabriel Alejandro López López   Yii2 PHP Thumbnail Generator   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Yii2 PHP Thumbnail Generator
Generate a thumbnail image given the image URL
Author: By
Last change:
Date: 3 months ago
Size: 539 bytes
 

Contents

Class file image Download
{ "name": "daxslab/yii2-thumbnailer", "description": "Yii2 component to generate image thumnails of any size", "type": "yii2-extension", "keywords": ["yii2","image","thumbnail"], "license": "MIT", "authors": [ { "name": "Gabriel A. López López", "email": "glpz@daxslab.com" } ], "require": { "yiisoft/yii2": "*", "yiisoft/yii2-imagine": "~2.2.0" }, "autoload": { "psr-4": { "daxslab\\thumbnailer\\": "" } } }