konradmichalik / typo3-letter-avatar
TYPO3 extension, which generates colorful backend user avatars using name initials letter.
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:typo3-cms-extension
Requires
- php: ^8.1
- typo3/cms-core: ^11.0 || ^12.0 || ^13.0
Requires (Dev)
- armin/editorconfig-cli: ^2.0
- bk2k/bootstrap-package: ^15.0
- ergebnis/composer-normalize: ^2.44
- friendsofphp/php-cs-fixer: ^3.52
- helhum/typo3-console: ^8.1
- helmich/typo3-typoscript-lint: ^3.2
- roave/security-advisories: dev-latest
- saschaegerer/phpstan-typo3: ^1.10
- ssch/typo3-rector: ^2.10
- symfony/translation: ^6.3 || ^7.0
- typo3/cms-base-distribution: ^11.0 || ^12.0 || ^13.0
- typo3/cms-lowlevel: ^11.0 || ^12.0 || ^13.0
Suggests
- ext-gd: Image processing library for avatar generation
- ext-gmagick: Image processing library for avatar generation
- ext-imagick: Image processing library for avatar generation
- dev-main
- 1.0.1
- 1.0.0
- dev-cleanup-doc
- dev-composer-lock
- dev-unit-tests
- dev-housekeeping
- dev-emconf-description
- dev-fonts
- dev-shape
- dev-save-improvements
- dev-viewhelper
- dev-demo-data
- dev-doc
- dev-theme-typo3
- dev-refactor-driver
- dev-string-utility
- dev-event-config
- dev-color-service
- dev-credits
- dev-image-driver-graphicsmagick
- dev-avatar-service
- dev-image-driver-gd
- dev-console-command
This package is auto-updated.
Last update: 2025-08-19 13:28:05 UTC
README
TYPO3 extension typo3_letter_avatar
This TYPO3 extension generates colorful backend user avatars using name initials letter.
✨ Features
- 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
🔥 Installation
Requirements
- TYPO3 >= 11.5
- PHP 8.1+
Composer
composer require konradmichalik/typo3-letter-avatar
TER
Download the zip file from TYPO3 extension repository (TER).
Setup
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.
🧰 Configuration
See Configuration Documentation for detailed setup instructions including:
- Extension settings configuration
- Custom themes and color modes
- Code-based configuration examples
⚡ Usage
See Usage Documentation for comprehensive usage examples including:
- Backend user avatars (automatic)
- Programmatic avatar generation
- Fluid ViewHelper usage
- Console commands
- Event listener customization
🧑💻 Contributing
Please have a look at CONTRIBUTING.md
.
💎 Credits
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.
⭐ License
This project is licensed under GNU General Public License 2.0 (or later).