2017 © Pedro Peláez
 

yii2-extension yii2-imagecache

the better image cache

image

drishu/yii2-imagecache

the better image cache

  • Tuesday, July 14, 2015
  • by drishu
  • Repository
  • 2 Watchers
  • 2 Stars
  • 40 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

Yii2 Imagecache

the better image cache, (*1)

Installation

The preferred way to install this extension is through composer., (*2)

Either run, (*3)

php composer.phar require --prefer-dist drishu/yii2-imagecache "*"

or add, (*4)

"drishu/yii2-imagecache": "*"

to the require section of your composer.json file., (*5)

imageCache component config

You should add imageCache component in your application configuration :, (*6)

$config = [
    'components' => [
      ...
      'imagecache' => [
        'class' => 'drishu\yii2imagecache\ImageCache',
        // the below paths depend very much on your image upload setup
        'sourcePath' => Yii::getAlias('@base'), // base path to your uploads dir
        'cachePath' => '/data', // relative path to your uploads dir
      ],
      ...
    ],
];

Usage

In your view, controller, component, etc. just call :, (*7)

php <?= Html::img(Yii::$app->imagecache->get($image->path, '0x160'))?>, (*8)

The Versions

14/07 2015

dev-master

9999999-dev

the better image cache

  Sources   Download

GNU-2.0

The Requires

 

by Szilagyi Andras

extension yii2

14/07 2015

1.0.5

1.0.5.0

the better image cache

  Sources   Download

GNU-2.0

The Requires

 

by Szilagyi Andras

extension yii2

14/07 2015

1.0.6

1.0.6.0

the better image cache

  Sources   Download

GNU-2.0

The Requires

 

by Szilagyi Andras

extension yii2

14/07 2015

1.0.4

1.0.4.0

the better image cache

  Sources   Download

GNU-2.0

The Requires

 

by Szilagyi Andras

extension yii2

09/07 2015

1.0.3

1.0.3.0

the better image cache

  Sources   Download

GNU-2.0

The Requires

 

by Szilagyi Andras

extension yii2

09/07 2015

1.0.2

1.0.2.0

the better image cache

  Sources   Download

GNU-2.0

The Requires

 

by Szilagyi Andras

extension yii2

02/07 2015

1.0.0

1.0.0.0 https://github.com/drishu/yii2-imagecache

the better imagecache

  Sources   Download

by Szilagyi Andras

cache yii2 image resize image store