maispace/mai-testimonials

Testimonials extension with slider, grid, and single-quote layouts. Records store quote text, author name, role, organisation, portrait image (FAL), and sys_category. Supports category filtering and a Story Wall for community testimonials.

Maintainers

Package info

github.com/mai-space-de/typo3-extension-testimonials

Type:typo3-cms-extension

pkg:composer/maispace/mai-testimonials

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v14.0.0 2026-05-23 19:43 UTC

This package is auto-updated.

Last update: 2026-05-24 17:24:13 UTC


README

TYPO3 extension providing testimonial content elements with slider, grid, and single-quote layouts.

Features

  • Testimonial records with quote, author name, role, organisation, portrait image (FAL), and sys_category
  • Auto-playing carousel / slider layout
  • Responsive card grid layout
  • Featured single-quote layout
  • Category filtering
  • Story Wall: community testimonials from mai_account moderation queue

Requirements

  • TYPO3 >= 14.1
  • PHP >= 8.2
  • maispace/mai-base

Installation

composer require maispace/mai-testimonials

Usage

Add one of the provided content elements to your page:

  • Testimonials: Slider – auto-playing carousel of testimonials
  • Testimonials: Grid – responsive card grid
  • Testimonials: Single – featured single quote

Development

Run QA tools from within the extension directory:

composer lint:check
composer lint:fix
composer test:unit