floatingpoint / gravatar
Gravatar library with Laravel 5 support.
1.0.1
2015-03-30 10:09 UTC
Requires
- php: >=5.4.0
- illuminate/support: 5.0.*
- thomaswelton/gravatarlib: 0.1.*
Requires (Dev)
- mockery/mockery: ~0.9.3
- phpunit/phpunit: ~4.2.
This package is auto-updated.
Last update: 2024-10-19 11:25:46 UTC
README
Gravatar is a PHP 5.4+ gravatar support library, with an included Laravel 5 adapter and implementation.
Installation
Installation can be done via composer as per normal:
composer require floatingpoint/gravatar
With Laravel 5
Register the Gravatar service provider by adding it to the providers array in the app/config/app.php
file.
FloatingPoint\Gravatar\LaravelGravatarServiceProvider