aminelch/gravatar
Composer 安装命令:
composer require aminelch/gravatar
包简介
The easiest way to generate Gravatar avatar URL.
README 文档
README
Gravatar is a small library for interfacing with gravatar
Installation
The recommended way to install is via Composer:
$ composer require aminelch/gravatar
Usage
$gravatar = new Gravatar("aminelch@pm.me");
$gravatar->setExtension('jpg') //setting image extension
->setSize(120) //setting maximum image size
->getAvatarURL() ; //use this method to get complete gravatar path
LICENSE
GPL-3 see LICENSE

Security Vulnerabilities
If you have found a security issue, please contact the author directly at aminelch@pm.me Or alternatively you can create a new issue
统计信息
- 总下载量: 130
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0-or-later
- 更新时间: 2021-01-20