This TYPO3 extension generates colorful backend user avatars using name initials letter.
- Generates out-of-the-box colorful avatars for backend users
- Easily customizable and flexible configuration
- Provides different predefined color modes and themes
- Supports frontend user avatars with an additional viewhelper
- TYPO3 >= 11.5
- PHP 8.1+
composer require konradmichalik/typo3-letter-avatar
Download the zip file from TYPO3 extension repository (TER).
Set up the extension after the installation:
vendor/bin/typo3 extension:setup --extension=typo3_letter_avatar
The extension will automatically generate avatars for all existing backend users.
See Configuration Documentation for detailed setup instructions including:
- Extension settings configuration
- Custom themes and color modes
- Code-based configuration examples
See Usage Documentation for comprehensive usage examples including:
- Backend user avatars (automatic)
- Programmatic avatar generation
- Fluid ViewHelper usage
- Console commands
- Event listener customization
Please have a look at CONTRIBUTING.md
.
This project is highly inspired by similar open source projects like avatar and letter-avatar.
The fonts used in the extension are licensed under SIL Open Font License and Apache License, Version 2.0.
This project is licensed under GNU General Public License 2.0 (or later).