library gravatar
Lightweight Gravatar library.
umpirsky/gravatar
Lightweight Gravatar library.
- Saturday, March 12, 2016
- by umpirsky
- Repository
- 2 Watchers
- 11 Stars
- 4 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 3 Forks
- 0 Open issues
- 2 Versions
- 0 % Grown
symfony upgrade fixer ā¢
twig gettext extractor ā¢
wisdom ā¢
centipede ā¢
permissions handler ā¢
extraload ā¢
gravatar ā¢
locurro ā¢
country list ā¢
transliterator
, (*1)
Gravatar
Lightweight Gravatar library., (*2)
Examples
Basic
<?php
print((new Gravatar\Gravatar())->getUrl('umpirsky@gmail.com'));
// Outputs:
// http://www.gravatar.com/avatar/71a0abb69d81544d7cb390e186d5d123
, (*3)
Custom options
<?php
$gravatar = new Gravatar\Gravatar(array(
'size' => 120,
'rating' => 'x',
));
print($gravatar)->getUrl('umpirsky@gmail.com'));
// Outputs:
// http://www.gravatar.com/avatar/71a0abb69d81544d7cb390e186d5d123?size=120&rating=x
, (*4)
See more examples., (*5)
dev-master
9999999-dev
Lightweight Gravatar library.
Sources
Download
MIT
The Requires
The Development Requires
0.1
0.1.0.0
Lightweight Gravatar library.
Sources
Download
MIT
The Requires
The Development Requires