zainiafzan/yii2-imagemanager

Yii2 Image Manager using imagine library

dev-master 2014-04-26 20:06 UTC

This package is not auto-updated.

Last update: 2024-04-13 13:04:25 UTC


README

Yii2 Image Manager using imagine library

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist zainiafzan/yii2-imagemanager "*"

or add

"zainiafzan/yii2-imagemanager": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?= \zainiafzan\imagemanager\AutoloadExample::widget(); ?>```