Gravatar is a PHP 5.4+ gravatar support library, with an included Laravel 5 adapter and implementation.
Installation can be done via composer as per normal:
composer require floatingpoint/gravatar
Register the Gravatar service provider by adding it to the providers array in the app/config/app.php
file.
FloatingPoint\Gravatar\LaravelGravatarServiceProvider