gravatarphp / gravatar-bundle
A bundle to integrate Gravatar into symfony
Fund package maintenance!
gmponos
sagikazarmark
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 4
Forks: 0
Open Issues: 1
Type:symfony-bundle
Requires
- php: ~7.2
- gravatarphp/gravatar: ^2.0.0
- symfony/config: ^4.4 || ^5.0
- symfony/dependency-injection: ^4.4 || ^5.0
- symfony/http-kernel: ^4.4 || ^5.0
Requires (Dev)
- phpunit/phpunit: ^8.5.6 || ^9.2.2
- squizlabs/php_codesniffer: ^3.5.5
This package is auto-updated.
Last update: 2024-10-26 04:43:45 UTC
README
Install
Via Composer
$ composer require gravatarphp/gravatar-bundle
Usage
Activate the bundle
// config/bundles.php return [ ... \Gravatar\GravatarBundle\GravatarBundle::class => ['all' => true], ];
gravatarphp: defaults: ... your options secure: true
Change log
Please see CHANGELOG for more information on what has changed recently.
Testing
$ composer test
Contributing
Please see CONTRIBUTING
Security
If you discover any security related issues, please email gmponos@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.