Very simple to use Gravatar implementation for Laravel. Install, Include the Facade and then generate, simple!
Installation
You can install the package via composer:
composer require wavey/laravel-gravatar
Usage
use Wavey\LaravelGravatar\Facades\Gravatar;
Gravatar::generate($email);
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
License
The MIT License (MIT). Please see License File for more information.