PHP Package: brainpink/gravatar

Gravatar PHP library for integrating with Gravatar service to manage avatars easily.

Current Version: 1.0.25
Last Updated: 2025-02-22
PHP Requirement: >=5.4.0
Dependencies:
phpunit/phpunit
guzzle/guzzle
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

The Gravatar PHP library by creativeorange offers seamless integration with the Gravatar service, enabling effortless management of avatars. With this library, users can efficiently handle avatar-related tasks, such as fetching and displaying avatars for various purposes.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 1.0.25

Download Download v1.0.25

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/creativeorange/gravatar/{lib_version}/loader.php';
require_once 'libs/sebastianbergmann/phpunit/12.2.2/loader.php';
require_once 'libs/guzzle/guzzle/7.9.3/loader.php';

use Creativeorange\Gravatar\Gravatar;

$obj = new Gravatar();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.