antonkj / yii2-gravatar
Gravatar Widget for Yii 2
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Type:yii2-extension
pkg:composer/antonkj/yii2-gravatar
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2025-12-23 04:27:29 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 ]); ?>