Download the PHP package jesse-richard/dice-bear-php without Composer
On this page you can find all versions of the php package jesse-richard/dice-bear-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download jesse-richard/dice-bear-php
More information about jesse-richard/dice-bear-php
Files in jesse-richard/dice-bear-php
Package dice-bear-php
Short Description Simple package to generate avatars for your users
License MIT
Informations about the package dice-bear-php
Dice Bear for Php
This is a simple package that is aimed at making getting avatars from Dice Bear easy in your php application.No official affiliation with the original dice bear
Installation
To install the package all you need to do is run this command in your terminal.(assuming that you have composer installed)
How to use
Using diceBearPhp is pretty easy all you need to do is make use of the NeedsAvatar
Trait and you'll be good to go.
Utilities
This package provides some utilities to make the experience with the dice Bear easy.
Styles
Dice Bear offers a couple of styles that you can take advantage of and the package supports all the available styles. This package provides for three ways to make use of the Dice Bear Styles. You can have a look at all the styles here
Format
The avatars that are provided by the Dice Bear Api are in different file formats. The package provides a method to allow you to get the file in the format that you find most convinient. Supported format
Seed
This is the property that determines the initial value and that way you are able to create the same avatar again and again.And its simple to use.
Flip
This property determines whether the image that is produced is fliped or not.
Rotate
This property allows you to choose how much you would like to rotate the image around a 360 degree angle.
Scale
This property determines how zoomed in or scaled the image that is produced will be.The range being between 0 to 200
Radius
This property determines how rounded the image that is produced will be. The range is between 0 to 50.
Translate
This property allows you to determined the position of the subject of the image that will be produced. It ranges between -100 to 100
Background
This feature allows you to make changes to the background of the image that is produced. For the background you could change the color, type and rotation.
Style specific options
DiceBear offers additional options that are sometimes style specific.To take advantage of this we make use of the options
method.
Avatar alternatives
The avatars that are provided by Dice Bear are essentially image files. The package gives you the autonomy to choose what to do with them.
Contributions
Contributions are highly welcomed. Feel free to fork the repo, play around to make it better.In case of any issues feel free to open an issue and i'll be right to it.A star wouldn't hurt.😉