PHPackages                             lrobert/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. lrobert/gravatar

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

lrobert/gravatar
================

A library to make working with Gravatar in PHP easy.

0.1.0(11y ago)101.4k1MITPHPPHP &gt;=5.3.0

Since Aug 8Pushed 11y agoCompare

[ Source](https://github.com/voziv/Gravatar)[ Packagist](https://packagist.org/packages/lrobert/gravatar)[ Docs](http://github.com/lrobert/gravatar)[ RSS](/packages/lrobert-gravatar/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (3)Used By (0)

Gravatar
========

[](#gravatar)

[![Latest Stable Version](https://camo.githubusercontent.com/6acc86b713bc83cb8d3b9863530b94cd5db1d2abb9e838e2d21c0435001a6e05/68747470733a2f2f706f7365722e707567782e6f72672f6c726f626572742f67726176617461722f762f737461626c652e737667)](https://packagist.org/packages/lrobert/gravatar) [![Total Downloads](https://camo.githubusercontent.com/7de19b3e2c3a9f781373f890ad98741dadce71e66cb45a6b1b3fe914db3e9673/68747470733a2f2f706f7365722e707567782e6f72672f6c726f626572742f67726176617461722f646f776e6c6f6164732e737667)](https://packagist.org/packages/lrobert/gravatar) [![Latest Unstable Version](https://camo.githubusercontent.com/67f511a14775083ef1b7b48d43203b03e843d96f9cbd443720a4c28b55c81674/68747470733a2f2f706f7365722e707567782e6f72672f6c726f626572742f67726176617461722f762f756e737461626c652e737667)](https://packagist.org/packages/lrobert/gravatar) [![License](https://camo.githubusercontent.com/5e90bbf287ef96fe7896be1722ea662a4707bf60cd82c10eef409a97dbec0c0d/68747470733a2f2f706f7365722e707567782e6f72672f6c726f626572742f67726176617461722f6c6963656e73652e737667)](https://packagist.org/packages/lrobert/gravatar)

A library to make working with Gravatar in PHP easy.

Requirements
------------

[](#requirements)

lrobert\\Gravatar requires the following:

- PHP 5.3+

Installation
------------

[](#installation)

It is recommended that you install the lrobert\\Gravatar library [through composer](http://getcomposer.org/). To do so, add the following lines to your `composer.json`.

```
{
    "require": {
        "lrobert/Gravatar": "dev-master"
    }
}
```

Usages
------

[](#usages)

The following is a basic example of the lrobert\\Gravatar library.

```
