Skip to content

Gravatar is an image that follows you from site to site appearing beside your name when you do things like comment or post on a blog we use gravatar.com api

License

Notifications You must be signed in to change notification settings

lablnet/PHP-Gravatar-Class

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

PHP-Gravatar-Class

Gravatar is an image that follows you from site to site appearing beside your name when you do things like comment or post on a blog

we use gravatar.com api

Example

<?php 

require "Classes/Gravatar.php";

$g = new Gravatar("lablnet01@gmail.com");
echo $g->toHtml();


echo "<br>";

//Change the size
$g->setSize(512);
echo $g->toHtml();

About

Gravatar is an image that follows you from site to site appearing beside your name when you do things like comment or post on a blog we use gravatar.com api

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages