PHPackages                             dynamic/silverstripe-elemental-testimonials - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. dynamic/silverstripe-elemental-testimonials

ActiveSilverstripe-vendormodule[Utility &amp; Helpers](/categories/utility)

dynamic/silverstripe-elemental-testimonials
===========================================

Testimonials element for Silverstripe Elemental

4.0.1(3w ago)133.6k—1.8%9[6 issues](https://github.com/dynamic/silverstripe-elemental-testimonials/issues)1BSD-3-ClausePHPPHP ^8.3CI passing

Since Feb 8Pushed 4d ago5 watchersCompare

[ Source](https://github.com/dynamic/silverstripe-elemental-testimonials)[ Packagist](https://packagist.org/packages/dynamic/silverstripe-elemental-testimonials)[ GitHub Sponsors](https://github.com/sponsors/dynamic)[ RSS](/packages/dynamic-silverstripe-elemental-testimonials/feed)WikiDiscussions 4 Synced 2d ago

READMEChangelog (10)Dependencies (8)Versions (21)Used By (1)

Silverstripe Elemental Testimonials
===================================

[](#silverstripe-elemental-testimonials)

Testimonials block for SilverStripe Elemental

[![CI](https://github.com/dynamic/silverstripe-elemental-testimonials/actions/workflows/ci.yml/badge.svg)](https://github.com/dynamic/silverstripe-elemental-testimonials/actions/workflows/ci.yml) [![Sponsors](https://camo.githubusercontent.com/475eb602a82fd79c0c52637caf359d39fd4a787ed0028b31af22a60fbe6dccb5/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4769744875622d53706f6e736f72732d6666363962343f6c6f676f3d676974687562)](https://github.com/sponsors/dynamic)

[![Latest Stable Version](https://camo.githubusercontent.com/ad71180be25a75583215b8a12bcda3a9021023dfc1cd50b6eb2a709549808b07/68747470733a2f2f706f7365722e707567782e6f72672f64796e616d69632f73696c7665727374726970652d656c656d656e74616c2d74657374696d6f6e69616c732f762f737461626c65)](https://packagist.org/packages/dynamic/silverstripe-elemental-testimonials)[![Total Downloads](https://camo.githubusercontent.com/1799e79861be365b123bf3687d140c928f79954e19bf6598c9ffa2f145724b24/68747470733a2f2f706f7365722e707567782e6f72672f64796e616d69632f73696c7665727374726970652d656c656d656e74616c2d74657374696d6f6e69616c732f646f776e6c6f616473)](https://packagist.org/packages/dynamic/silverstripe-elemental-testimonials)[![Latest Unstable Version](https://camo.githubusercontent.com/202135081de7bc12714e226f2ae436d40b66cdf5955eb037d55248ab96f2d2f9/68747470733a2f2f706f7365722e707567782e6f72672f64796e616d69632f73696c7665727374726970652d656c656d656e74616c2d74657374696d6f6e69616c732f762f756e737461626c65)](https://packagist.org/packages/dynamic/silverstripe-elemental-testimonials)[![License](https://camo.githubusercontent.com/401d835181b43d7d227eaec22e58992874ef5eba29c994b507c73f8527beee74/68747470733a2f2f706f7365722e707567782e6f72672f64796e616d69632f73696c7665727374726970652d656c656d656e74616c2d74657374696d6f6e69616c732f6c6963656e7365)](https://packagist.org/packages/dynamic/silverstripe-elemental-testimonials)

Requirements
------------

[](#requirements)

- PHP: ^8.3
- dnadesign/silverstripe-elemental: ^6.0
- silverstripe/framework: ^6
- symbiote/silverstripe-gridfieldextensions: ^5.0

Installation
------------

[](#installation)

```
composer require dynamic/silverstripe-elemental-testimonials

```

Features
--------

[](#features)

- **Testimonials Element Block** - Display customer testimonials within Elemental content areas
- **Category-Based Filtering** - Organize testimonials by categories and display specific subsets
- **Random Display Order** - Testimonials are shown in random order for variety on each page load
- **Configurable Limit** - Control how many testimonials display (or show all with 0 limit)
- **Rich Testimonial Fields** - Includes Title, Content, Author Name, Position, and Affiliation
- **Bootstrap 4 Templates** - Default templates styled with Bootstrap 4 classes
- **CMS Permission Control** - Manage testimonial access with dedicated permissions
- **GridField Management** - Easy testimonial and category management through the CMS

Usage
-----

[](#usage)

Elemental Testimonials Block will add the following Element to your site:

- Testimonials

The Testimonials Element pulls testimonials from a specified Testimonial Category. They are displayed on the front-end in a random order. You can also set how many testimonials should display.

Each Testimonial includes the following fields:

- Title
- Content
- Name
- Position
- Affiliation

Screen Shots
------------

[](#screen-shots)

#### Front End sample of a Testimonial Element

[](#front-end-sample-of-a-testimonial-element)

The default templates are based off [Bootstrap 4](https://getbootstrap.com/) classes/styling

[![Front End sample of a Testimonials Element](./docs/en/_images/testimonial-block-sample.jpg)](./docs/en/_images/testimonial-block-sample.jpg)

#### CMS - Testimonials Main Tab

[](#cms---testimonials-main-tab)

[![CMS - Testimonials Main Tab](./docs/en/_images/testimonial-block-cms-main.jpg)](./docs/en/_images/testimonial-block-cms-main.jpg)

#### CMS - Testimonials Category Tab

[](#cms---testimonials-category-tab)

[![CMS - Testimonials Category Tab](./docs/en/_images/testimonial-block-cms-categories.jpg)](./docs/en/_images/testimonial-block-cms-categories.jpg)

#### CMS - Testimonials List

[](#cms---testimonials-list)

[![CMS - Testimonials List](./docs/en/_images/testimonial-block-cms-testimonial-list.jpg)](./docs/en/_images/testimonial-block-cms-testimonial-list.jpg)

#### CMS - Testimonials Edit

[](#cms---testimonials-edit)

[![CMS - Testimonials Edit](./docs/en/_images/testimonial-block-cms-testimonial-edit.jpg)](./docs/en/_images/testimonial-block-cms-testimonial-edit.jpg)

Getting more elements
---------------------

[](#getting-more-elements)

See [Elemental modules by Dynamic](https://github.com/orgs/dynamic/repositories?q=elemental&type=all&language=&sort=)

Configuration
-------------

[](#configuration)

See [SilverStripe Elemental Configuration](https://github.com/dnadesign/silverstripe-elemental#configuration)

Maintainers
-----------

[](#maintainers)

- [Dynamic](https://www.dynamicagency.com) ()

Bugtracker
----------

[](#bugtracker)

Bugs are tracked in the issues section of this repository. Before submitting an issue please read over existing issues to ensure yours is unique.

If the issue does look like a new bug:

- Create a new issue
- Describe the steps required to reproduce your issue, and the expected outcome. Unit tests, screenshots and screencasts can help here.
- Describe your environment as detailed as possible: SilverStripe version, Browser, PHP version, Operating System, any installed SilverStripe modules.

Please report security issues to the module maintainers directly. Please don't file security issues in the bugtracker.

Development and contribution
----------------------------

[](#development-and-contribution)

If you would like to make contributions to the module please ensure you raise a pull request and discuss with the module maintainers.

License
-------

[](#license)

See [License](LICENSE.md)

###  Health Score

58

—

FairBetter than 98% of packages

Maintenance77

Regular maintenance activity

Popularity32

Limited adoption so far

Community20

Small or concentrated contributor base

Maturity87

Battle-tested with a long release history

 Bus Factor2

2 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~180 days

Recently: every ~57 days

Total

18

Last Release

4d ago

Major Versions

1.0.1 → 2.0.02019-01-20

1.0.x-dev → 2.0.12019-03-21

2.0.2 → 3.0.12023-02-12

2.x-dev → 4.0.02025-11-19

3.x-dev → 4.0.12026-06-11

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/867942?v=4)[Dynamic](/maintainers/dynamic)[@dynamic](https://github.com/dynamic)

---

Top Contributors

[![muskie9](https://avatars.githubusercontent.com/u/870751?v=4)](https://github.com/muskie9 "muskie9 (19 commits)")[![jsirish](https://avatars.githubusercontent.com/u/1163643?v=4)](https://github.com/jsirish "jsirish (18 commits)")[![korthjp17](https://avatars.githubusercontent.com/u/3858661?v=4)](https://github.com/korthjp17 "korthjp17 (6 commits)")[![mak001](https://avatars.githubusercontent.com/u/1750550?v=4)](https://github.com/mak001 "mak001 (2 commits)")[![gordonbanderson](https://avatars.githubusercontent.com/u/7060?v=4)](https://github.com/gordonbanderson "gordonbanderson (1 commits)")

---

Tags

hacktoberfestsilverstripesilverstripe-elementalsilverstripeelementaltestimonials

### Embed Badge

![Health badge](/badges/dynamic-silverstripe-elemental-testimonials/health.svg)

```
[![Health](https://phpackages.com/badges/dynamic-silverstripe-elemental-testimonials/health.svg)](https://phpackages.com/packages/dynamic-silverstripe-elemental-testimonials)
```

###  Alternatives

[silverstripe/userforms

UserForms enables CMS users to create dynamic forms via a drag and drop interface and without getting involved in any PHP code

1371.1M85](/packages/silverstripe-userforms)[dnadesign/silverstripe-elemental-decisiontree

Element displaying information in regards to answers given to questions

1117.7k1](/packages/dnadesign-silverstripe-elemental-decisiontree)[wedevelopnl/silverstripe-elemental-grid

Elemental grid module

1015.0k2](/packages/wedevelopnl-silverstripe-elemental-grid)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
