Skip to content
This repository has been archived by the owner. It is now read-only.

aminelch/gravatar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gravatar

Gravatar is a small library for interfacing with gravatar

Installation

First, pull in the package through Composer via the command line:

$ composer require aminelch/gravatar

Usage

$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
 

About

Gravatar is a small library for interfacing with gravatar

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages