Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lablnet/php-gravatar-class
- Owner: lablnet
- License: mit
- Created: 2018-11-06T06:37:04.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-06T06:42:11.000Z (about 6 years ago)
- Last Synced: 2024-11-20T21:58:35.362Z (2 months ago)
- Topics: classes, free, garavatar, oop, php, php7
- Language: PHP
- Homepage:
- Size: 1000 Bytes
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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();
```