2017 © Pedro Peláez
 

library gravatar

A flexible, gravatar API wrapper for Laravel 4.

image

getninja/gravatar

A flexible, gravatar API wrapper for Laravel 4.

  • Friday, October 2, 2015
  • by dryhopped
  • Repository
  • 0 Watchers
  • 2 Stars
  • 64 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 3 Forks
  • 1 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Gravatar

Build Status, (*1)

Gravatar is a simple library for interacting with the Gravatar apis for fetching Avatar Images and Profile Data., (*2)

Gravatar is released under the Apache 2.0 License and is Copyrighted 2013 Luke Scalf., (*3)

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., (*4)

{
    "require": {
        "getninja/gravatar": "0.2.*"
    }
}

After adding Gravatar to your composer.json file, simply use the class as normal., (*5)

$gravatar = new GetNinja\Gravatar\Gravatar();

The Versions

02/10 2015

dev-master

9999999-dev https://github.com/GetNinja/Gravatar

A flexible, gravatar API wrapper for Laravel 4.

  Sources   Download

Apache 2.0

The Requires

 

The Development Requires

api wrapper gravatar psr-2

22/01 2013

0.2.0

0.2.0.0 https://github.com/GetNinja/Gravatar

A flexible, gravatar API wrapper for Laravel 4.

  Sources   Download

Apache 2.0

The Requires

 

The Development Requires

api wrapper gravatar psr-2