Download the PHP package jejje/gravatar without Composer
On this page you can find all versions of the php package jejje/gravatar. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jejje/gravatar
More information about jejje/gravatar
Files in jejje/gravatar
Download jejje/gravatar
More information about jejje/gravatar
Files in jejje/gravatar
Vendor jejje
Package gravatar
Short Description A very simple package to get a Gravatar image or Profile. Made for education purposes for http://jejje.net
License MIT
Homepage http://jejje.net/php/laravel-5-gravatar-package/
Package gravatar
Short Description A very simple package to get a Gravatar image or Profile. Made for education purposes for http://jejje.net
License MIT
Homepage http://jejje.net/php/laravel-5-gravatar-package/
Please rate this library. Is it a good library?
Informations about the package gravatar
Gravatar
This package is part of a simple tutorial from JejjE's network and and will give you a few simple methods you can call to get a users Gravatar image. Read the Tutorial here
Installation
First you'll need to pull in the package via composer
And in your app/config/app.php you'll need to add the Service Provider.
Usage
You can use it either within your Controller or your View like so.
Other methods that are for your disposal are
Gravatar::getProfileUrl($email)Gravatar::getImageUrl($email, $size)Gravatar::getHash($email)
All versions of gravatar with dependencies
PHP Build Version
Package Version
The package jejje/gravatar contains the following files
Loading the files please wait ...