giicms / yii2-images
Yii2 Images
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/giicms/yii2-images
Requires
- php: >=5.4
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2025-10-30 00:11:41 UTC
README
Yii2 Images
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require "giicms/yii2-images" "dev-master"
or add
"giicms/yii2-images": "dev-master"
to the require section of your application's composer.json file.
Usage Example
'modules' => [ 'images' => [ 'class' => 'giicms\images\Module', ], ],