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
- Host: GitHub
- URL: https://github.com/diversen/gravatar
- Owner: diversen
- Archived: true
- Created: 2016-11-22T19:34:39.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-22T19:51:53.000Z (over 9 years ago)
- Last Synced: 2025-05-08T05:17:19.131Z (about 1 year ago)
- Language: PHP
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)