Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lablnet/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
https://github.com/lablnet/php-gravatar-class

classes free garavatar oop php php7

Last synced: 12 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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
toHtml();

echo "
";

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