wavey/laravel-gravatar

Beautiful Laravel Wrapper for Gravtar

1.0.0 2022-03-12 00:30 UTC

This package is auto-updated.

Last update: 2024-10-12 07:04:35 UTC


README

Very simple to use Gravatar implementation for Laravel. Install, Include the Facade and then generate, simple!

Installation

You can install the package via composer:

composer require wavey/laravel-gravatar

Usage

use Wavey\LaravelGravatar\Facades\Gravatar;
Gravatar::generate($email);

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

License

The MIT License (MIT). Please see License File for more information.