jlorente / yii2-model-image
A Yii2 extension that allows the user to attach an image to a model and optionally resize it
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- php: >=5.4.0
- ext-imagick: *
- kartik-v/yii2-widget-fileinput: *
This package is auto-updated.
Last update: 2024-11-10 05:45:46 UTC
README
A Yii2 extension that allows the user to attach an image to a model and optionally resize it.
Installation
To install, either run
$ php composer.phar require jlorente/yii2-model-image "*"
or add
... "require": { // ... other configurations ... "jlorente/yii2-model-image": "*" }
to the require
section of your composer.json
file
Basic Usage
License
Copyright © 2015 José Lorente Martín jose.lorente.martin@gmail.com.
Licensed under the MIT license. See LICENSE.txt for details.