faicchia/boring-avatars
最新稳定版本:1.0.0
Composer 安装命令:
composer require faicchia/boring-avatars
包简介
Generate boring avatars in PHP
README 文档
README
Generate boring avatars in PHP.
What is Boring Avatars?
Boring avatars is a tiny JavaScript React library that generates custom, SVG-based avatars from any username and color palette.
To know more go visit the official website
Installation
composer require faicchia/boring-avatars
Usage
use Faicchia\BoringAvatars\BoringAvatar; $avatar = BoringAvatar::make() ->size(60) ->variant('bauhaus') ->name('James Smith') ->colors(['#2c5545', '#063971', '#2f353b']) ->url(); // https://source.boringavatars.com/bauhaus/60/James+Smith?colors=2c5545,063971,2f353b
Properties
| Prop | Type |
|---|---|
| size | integer, 40px (default) |
| name | string |
| variant | oneOf: marble (default), beam, pixel,sunset, ring, bauhaus |
| colors | array of colors |
统计信息
- 总下载量: 39
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-12-04