Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/waveygroup/laravel-gravatar

๐Ÿคนโ€โ™€๏ธ Laravel Wrapper for Gravatar
https://github.com/waveygroup/laravel-gravatar

gravatar laravel laravel-framework laravel-package php

Last synced: 3 days ago
JSON representation

๐Ÿคนโ€โ™€๏ธ Laravel Wrapper for Gravatar

Awesome Lists containing this project

README

        

[](https://wavey.group)
[](https://ukraine.wavey.group)

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

You can install the package via composer:

```bash
composer require wavey/laravel-gravatar
```

## Usage

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

## Testing

```bash
composer test
```

## Changelog

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

## Contributing

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

## Security Vulnerabilities

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

## License

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.