aminelch / gravatar

Gravatar is a small library for interfacing with gravatar

Home Page:https://packagist.org/packages/aminelch/gravatar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://packagist.org/packages/aminelch/gravatar


Languages

Language:PHP 100.0%