yongtiger / yii2-cropper-avatar
Installs: 71
Dependents: 1
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- php: >=5.5
- yiisoft/yii2: *
- yiisoft/yii2-bootstrap: *
README
Features
- Sample of extensions directory structure.
src
,docs
, etc. README.md
composer.json
development-roadmap.md
Dependences
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist yongtiger/yii2-cropper-avatar "*"
or add
"yongtiger/yii2-cropper-avatar": "*"
to the require section of your composer.json.
Configuration
Usages
Notes
CropAvatar.php
can handle image rotation, butYii2-imagine
can not.
Documents
References
See also
TBD
- a-range-of-aspect-ratio (https://github.com/fengyuanchen/cropper/blob/master/examples/a-range-of-aspect-ratio.html)
Development roadmap
License
yii2-cropper-avatar is released under the MIT license, see LICENSE file for details.