Skip to content

webvimark/image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Kohana Image for Yii 2

Image manipulations (resize, crop, watermark, etc)

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist webvimark/image "*"

or add

"webvimark/image": "*"

to the require section of your composer.json file.

Configuration

In your config/web.php

	'modules'=>[
		...

		'migrations'=>[
			'class'=>'webvimark\modules\migrations\MigrationModule'
		],

		...
	],

In you config/console.php

	...

	'controllerMap'=>[
		'migrate'=>[
			'class'=>'webvimark\modules\migrations\components\MigrateController',
		],
	],

	...

Include your desired modules in config/console.php

Usage

\webvimark\image\Image::factory($pathFromFile)->resize(500, 300)->save($pathToFile);

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages