Download the PHP package getninja/gravatar without Composer
On this page you can find all versions of the php package getninja/gravatar. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download getninja/gravatar
More information about getninja/gravatar
Files in getninja/gravatar
Download getninja/gravatar
More information about getninja/gravatar
Files in getninja/gravatar
Vendor getninja
Package gravatar
Short Description A flexible, gravatar API wrapper for Laravel 4.
License Apache 2.0
Homepage https://github.com/GetNinja/Gravatar
Package gravatar
Short Description A flexible, gravatar API wrapper for Laravel 4.
License Apache 2.0
Homepage https://github.com/GetNinja/Gravatar
Please rate this library. Is it a good library?
Informations about the package gravatar
Gravatar
Gravatar is a simple library for interacting with the Gravatar apis for fetching Avatar Images and Profile Data.
Gravatar is released under the Apache 2.0 License and is Copyrighted 2013 Luke Scalf.
Change Log
0.2.0
- Added dependency on
kriswallsmith/buzz
http client for fetching profile data - Added support for fetching gravatar profile data in hcard, qr, vcf, json, php array, and xml formats
- Moved hashing of email addresses into separate function since the email is hashed in several places
- All Code is now PSR-2
Basic Usage
Gravatar is a Composer package named getninja/gravatar
. To use it, simply add it to the require
section of your composer.json
file.
{
"require": {
"getninja/gravatar": "0.2.*"
}
}
After adding Gravatar to your composer.json
file, simply use the class as normal.
$gravatar = new GetNinja\Gravatar\Gravatar();
All versions of gravatar with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
illuminate/support Version 1.1.*
ext-curl Version *
kriswallsmith/buzz Version >=0.7
illuminate/support Version 1.1.*
ext-curl Version *
kriswallsmith/buzz Version >=0.7
The package getninja/gravatar contains the following files
Loading the files please wait ....