antonkj / yii2-gravatar
Gravatar Widget for Yii 2
Package info
github.com/AntonKJ/yii2-gravatar
Type:yii2-extension
pkg:composer/antonkj/yii2-gravatar
dev-master
2021-06-27 09:27 UTC
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2026-03-31 05:45:50 UTC
README
Gravatar Widget for Yii Framework 2
How to install?
Get it via composer by adding the package to your composer.json:
{
"require": {
"antonkj/yii2-gravatar": "1.0"
}
}
You may also check the package information on packagist.
Usage
<?php echo \antonkj\gravatar\Gravatar::widget([ 'email' => 'discount.anton@gmail.com', 'options' => [ 'alt' => 'Anton Devcoder' ], 'size' => 32 ]); ?>