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: 6 months ago
JSON representation
๐คนโโ๏ธ Laravel Wrapper for Gravatar
- Host: GitHub
- URL: https://github.com/waveygroup/laravel-gravatar
- Owner: waveygroup
- License: mit
- Created: 2022-03-11T21:24:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-12T00:49:11.000Z (over 3 years ago)
- Last Synced: 2025-04-12T13:12:35.447Z (6 months ago)
- Topics: gravatar, laravel, laravel-framework, laravel-package, php
- Language: PHP
- Homepage: https://wavey.group
- Size: 13.7 KB
- Stars: 11
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Security: .github/SECURITY.md
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!
## InstallationYou 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.