An open API service indexing awesome lists of open source software.

https://github.com/diversen/gravatar

Framework agnostic class for getting gravatars from gravatar.com
https://github.com/diversen/gravatar

Last synced: 6 months ago
JSON representation

Framework agnostic class for getting gravatars from gravatar.com

Awesome Lists containing this project

README

          

# Gravatar

Framework agnostic class for getting gravatars from gravatar.com

Install:

composer require diversen/gravatar

Usage:

The class follows the same pattern as on: https://en.gravatar.com/site/implement/images/php/

See

[test.php](test.php)