Download the PHP package konradmichalik/typo3-letter-avatar without Composer

On this page you can find all versions of the php package konradmichalik/typo3-letter-avatar. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package typo3-letter-avatar

![Extension icon](Resources/Public/Icons/Extension.svg) # TYPO3 extension `typo3_letter_avatar` [![Latest Stable Version](https://typo3-badges.dev/badge/typo3_letter_avatar/version/shields.svg)](https://extensions.typo3.org/extension/typo3_letter_avatar) [![Supported TYPO3 versions](https://typo3-badges.dev/badge/typo3_letter_avatar/typo3/shields.svg)](https://extensions.typo3.org/extension/typo3_letter_avatar) [![License](https://poser.pugx.org/konradmichalik/typo3-letter-avatar/license)](LICENSE.md)

This TYPO3 extension generates colorful backend user avatars using name initials letter.

Features

Requirements

Installation

Composer

Packagist Packagist Downloads

TER

TER version TER downloads

Download the zip file from TYPO3 extension repository (TER).

Setup

Set up the extension after the installation:

The extension will automatically generate avatars for all existing backend users.

Configuration

Use the out-of-the-box configuration available in the extension settings or customize it in your own extension.

Extension Configuration

Use the extension configuration under Admin Tools > Settings > Extension Configuration > typo3_letter_avatar for the following options:

Custom

The default configuration can be easily overridden in your own extension. You can use the following code snippet to create a custom configuration:

Usage

The extension works for backend users out of the box.

Reusage

If you want to use it for other use cases, you can use the following code snippet to generate an avatar image:

[!NOTE] See available parameters in the AbstractImageProvider

ViewHelper

You can use the KonradMichalik\Typo3LetterAvatar\ViewHelpers\AvatarViewHelper to generate an letter avatar image path in your Fluid templates, e.g. for frontend users:

[!NOTE] See available arguments in the AvatarViewHelper.

Console Command

Once the avatars are generated, you can use the console command to clear all avatars and implicitly regenerate them. Use the following console command to clear the generated avatars:

EventListener

You can use the BackendUserAvatarConfigurationEvent to modify the avatar configuration according to the current backend user:

[!NOTE] Remember to register the event listener.

Development

Use the following ddev command to easily install all supported TYPO3 versions for locale development.

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).


All versions of typo3-letter-avatar with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1
typo3/cms-core Version ^11.0 || ^12.0 || ^13.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package konradmichalik/typo3-letter-avatar contains the following files

Loading the files please wait ....