cebe/yii2-gravatar Gravatar Widget for Yii 2

gravatar

yii2-gravatar

Gravatar Widget for Yii Framework 2

How to install?

Get it via composer by adding the package to your composer.json:

{
  "require": {
    "cebe/yii2-gravatar": "^1.0"
  }
}

Alternatively just run composer require cebe/yii2-gravatar.

You may also check the package information on packagist and follow the extension page on yiiframework.com for udpates.

Usage

<?= \cebe\gravatar\Gravatar::widget([
    'email' => 'mail@cebe.cc',
    'options' => [
        'alt' => 'Carsten Brandt'
    ],
    'size' => 32
]) ?>

Statistics

Downloads
GitHub Stars
GitHub Forks

Releases

  • 1.110 December 2013
  • 1.012 November 2013

Comments



1.1 is the latest of 2 releases



MIT license
Stats
40 github stars & 10 github forks
546 downloads in the last day
13248 downloads in the last 30 days
1404102 total downloads