-
Services_Gravatar is a PHP package to deal with the Gravatar API. Gravatar is a service for users to have universally singular Web avatars. Services_Gravatar is a lightweight PHP library to access various details from a user's Gravatar account. Features of Services_Gravatar:- Get avatars- Filter avatars by rating- Get avatars by type Requirements:- PHP PEAR
-
Gravatar can be used to retrieve images of users from the Gravatar site. It can take several parameters that define the Gravatar image like user e-mail address, image rating and size.Gravatar returns HTML tags to display the user image from the Gravatar site in a Web page. If the image of the user for the given e-mail address does not ...

