Gravatar is a small library for interfacing with gravatar
First, pull in the package through Composer via the command line:
$ composer require aminelch/gravatar
$gravatar = new Gravatar("jhondoe@example.com");
$gravatar->setExtension("jpg") //setting image extension
->setSize(80) //setting maximaum image size
->image() ; //use this method to get complete image path