php-initial-avatar-generator icon indicating copy to clipboard operation
php-initial-avatar-generator copied to clipboard

Generate avatars with initials from user names.

Results 17 php-initial-avatar-generator issues
Sort by recently updated
recently updated
newest added

Hey, Two quick questions: 1. How do I load a custom font? Running on Laravel here and generating them (not for users). Any hints? I've tried the `resource_path()` and the...

_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...

dependencies

Hi, The generated avatar does not center the initials. This can be visible here for example: ![image](https://user-images.githubusercontent.com/232632/91857391-22a1bb80-ec68-11ea-9a9e-0eee23604890.png) ![image](https://user-images.githubusercontent.com/232632/91857459-39481280-ec68-11ea-98d7-d2692c258f92.png) https://eu.ui-avatars.com/api/?name=Mohn+Moet

Bumps [lasserafn/php-string-script-language](https://github.com/LasseRafn/php-string-script-language) from 0.1 to 0.3. Commits 49a09d4 Merge pull request #2 from pyatnitsev/php8 9a93e46 Update composer.json 4030cea Tests 99bc304 Hebrew 03d65a0 Armenian test See full diff in compare view...

dependencies

The color for a particular name will always be the same.

We generate SVG avatars with a single size in the backend, and then use `width` and `height` attributes of the `img` tag to size them as-needed on the frontend. On...

Hi, This is probably a bit involved, but I would like the ability to pass emoji into the generator (maybe limit to 1 due to shape?) Currently, it will generate...

Bumps [satooshi/php-coveralls](https://github.com/php-coveralls/php-coveralls) from 1.1.0 to 2.2.0. Release notes *Sourced from [satooshi/php-coveralls's releases](https://github.com/php-coveralls/php-coveralls/releases).* > ## v2.2.0 > ### Enhancement > > - [#269](https://github-redirect.dependabot.com/php-coveralls/php-coveralls/pull/269) Add possibility to change entry point > >...

dependencies

Can I create a gradient color fill?

Hi Lasse, thank you for this pacakge. Lately, I used this package for my project. I needed to generate a random color for each user. [here](https://github.com/smoqadam/php-initial-avatar-generator/commit/10260ae518ae8a4302f2dc2e8242cb4b72487a6d) is my commit if...