PHPackages                             remithomas/rt-gravatar - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. remithomas/rt-gravatar

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

remithomas/rt-gravatar
======================

ZF2 helper extends Zend/View/Helper/Gravatar

1.0.x-dev(13y ago)336PHPPHP &gt;=5.3.3

Since Apr 1Pushed 12y agoCompare

[ Source](https://github.com/remithomas/rt-gravatar)[ Packagist](https://packagist.org/packages/remithomas/rt-gravatar)[ Docs](https://github.com/remithomas/rt-gravatar)[ RSS](/packages/remithomas-rt-gravatar/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

rt-gravatar
===========

[](#rt-gravatar)

ZF2 helper extends Zend\\View\\Helper\\Gravatar

Features / Goals
================

[](#features--goals)

- Get the gravatar from an email address
- Get Gravatar from the current logged user
- Available edition link for the current logged user
- Indicate if the current logged user or the email address has a Gravatar
- Multilinguage EN / FR / ES / IT / RO

How to install ?
================

[](#how-to-install-)

### Using composer.json

[](#using-composerjson)

```
{
    "name": "zendframework/skeleton-application",
    "description": "Skeleton Application for ZF2",
    "license": "BSD-3-Clause",
    "keywords": [
        "framework",
        "zf2"
    ],
    "minimum-stability": "dev",
    "homepage": "http://framework.zend.com/",
    "require": {
        "php": ">=5.3.3",
        "zendframework/zendframework": "dev-master",
        "remithomas/rt-gravatar": "dev-master"
    }
}
```

### Activate the module :

[](#activate-the-module-)

application.config.php

```
