PHPackages                             emiliopedrollo/gravatarlib - 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. [Templating &amp; Views](/categories/templating)
4. /
5. emiliopedrollo/gravatarlib

ActiveLibrary[Templating &amp; Views](/categories/templating)

emiliopedrollo/gravatarlib
==========================

A lightweight PHP 5.3 OOP library providing easy gravatar integration.

v1.0.0(5y ago)048MITPHPPHP &gt;=5.3.0

Since Jul 27Pushed 5y agoCompare

[ Source](https://github.com/emiliopedrollo/gravatarlib)[ Packagist](https://packagist.org/packages/emiliopedrollo/gravatarlib)[ Docs](http://emberlabs.org/)[ RSS](/packages/emiliopedrollo-gravatarlib/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (4)Used By (0)

GravatarLib
===========

[](#gravatarlib)

GravatarLib is a small library intended to provide easy integration of gravatar-provided avatars.

copyright
---------

[](#copyright)

(c) 2011 emberlabs.org

license
-------

[](#license)

This library is licensed under the MIT license; you can find a full copy of the license itself in the file /LICENSE

requirements
------------

[](#requirements)

- PHP 5.3.0 or newer
- hash() function must be available, along with the md5 algorithm

usage
-----

[](#usage)

We'll assume you're using this git repository as a git submodule, and have it located at `includes/emberlabs/GravatarLib/` according to namespacing rules, for easy autoloading.

### general example

[](#general-example)

```
