wi-wissen/boring-avatars
Composer 安装命令:
composer require wi-wissen/boring-avatars
包简介
Boring Avatars are tiny PHP Classes that generates custom, SVG-based avatars from any username and color palette like https://github.com/boringdesigners/boring-avatars.
README 文档
README
Boring avatars are tiny PHP Classes that generates custom, SVG-based avatars from any username and color palette like boringdesigners/boring-avatars.
Installation
composer require wi-wissen/boring-avatars
Usage
You can use the classes directly to get SVG as string:
use BoringAvatars\AvatarBeam; AvatarBeam::make([ 'name' => 'Jane Doe', 'size' => '120', // in px 'colors' => ['#ffad08',' #edd75a',' #73b06f',' #0c8f8f',' #405059'], 'title' => true, //set name property as title tag in generated svg 'square' => false, ]);
Or serve them using index.php:
http://boringavatars.test/?variant={bauhaus|beam|marble|ring|text}&name=Jane Doe&size=120&color=#ffad08,#edd75a,#73b06f,#0c8f8f,#405059&title=true&square=false
统计信息
- 总下载量: 87
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-01-01