gravatar
gravatar copied to clipboard
A Laravel Gravatar package for retrieving gravatar image URLs or checking the existance of an image.
I got this message: Creativeorange\Gravatar\Exceptions\InvalidEmailException: Please specify a valid email address in /var/app/current/vendor/creativeorange/gravatar/src/Gravatar.php:267, and the email es a valid one, is a gmail like this: username5544@gmail.
Removed unneded 'return'
avoid error when allow_url_fopen is disabled
Avoid error when allow_url_fopen is disabled
Gravatar added support for both MD5 and SHA256, this PR migrates Gravatar's usage to the new sha256 hashing algorithm. Source: https://docs.gravatar.com/api/avatars/php