# magepow/magento-2-testimonial

> Testimonial magento 2.

`composer require magepow/magento-2-testimonial`

Canonical URL: https://packagento.com/magepow/magento-2-testimonial

## At a glance

- **Vendor**: magepow (https://packagento.com/magepow.md)
- **Latest version**: 1.0.5 — released 2025-07-19
- **Pricing**: Free
- **Package type**: Magento 2 module
- **Status**: active, accepting new buyers

## Installation

Packagento is licence-gated, so even free packages need a licence on a project before Composer can resolve them.

1. **Sign in or create an account** at https://packagento.com/customer/account/.

2. **Add the package to your account.** Open https://packagento.com/magepow/magento-2-testimonial and complete the free checkout. A licence is minted automatically.

3. **Create or pick a project, then activate the licence on it.**
   - Projects represent the Magento installs you deploy to. Manage them at https://packagento.com/projects/.
   - Activate the new licence on the project you'll deploy this package to. Activation is what generates the Composer credentials scoped to that project.

4. **Add the project credentials to your Magento codebase.**

   Grab the project's public + private key from https://packagento.com/projects/ (open the project, then its Credentials tab), and add them to `auth.json`:

   ```json
   {
     "http-basic": {
       "packagento.com": {
         "username": "ppk_live_...",
         "password": "psk_live_..."
       }
     }
   }
   ```

   Add the Packagento Composer repository to `composer.json`:

   ```json
   {
     "repositories": [
       { "type": "composer", "url": "https://packagento.com" }
     ]
   }
   ```

5. **Install and apply.**

   ```bash
   composer require magepow/magento-2-testimonial:*
   bin/magento setup:upgrade
   bin/magento setup:di:compile
   bin/magento cache:flush
   ```

## What it does

Testimonial magento 2.

## README

[<img src="https://github.com/magepow/themeforest/blob/master/shopify/shopify_affiliate.jpg" >](https://shopify.pxf.io/VyL446)

### Magento 2 testimonial

**Testimonial magento 2 extension** helps you to show list of testimonials on your website. All your vistors will know what others think about your website.

  [![Image of magento admin config](https://github.com/magiccart/magento2-testimonial/blob/master/media/theme_config45.png)](https://magepow.com/magento-2-testimonial.html)

#### Description

This plugin may sound like a website sales trick at first, but customer testimonials or reviews are one of the effective tools to increase your website's credibility.

- Build customer trust: testimonials from others make customers trustworthy and demonstrate how satisfied they are with your service or product.

- Show the strength of your team with completed projects: in the online world, customers are still hesitant to decide to use services/products/. Testimonials show customers the projects you've completed.

- Show customers list: adding famous businesses in the market is the best way to introduce your website to users.

#### Features

- Easy to install and configure

- Add unlimited customer testimonials

- Show list of reputable customers hàng

- Customize title, slider

- Design responsive to devices

- Widgets support

- Unlimited display position on the website

See more demo, docs

- [**Magento 2 Testimonial extension**](https://magepow.com/magento-2-testimonial.html)

[![Latest Stable Version](https://poser.pugx.org/magiccart/testimonial/v/stable)](https://packagist.org/packages/magiccart/testimonial)
[![Total Downloads](https://poser.pugx.org/magiccart/testimonial/downloads)](https://packagist.org/packages/magiccart/testimonial)
[![Daily Downloads](https://poser.pugx.org/magiccart/testimonial/d/daily)](https://packagist.org/packages/magiccart/testimonial)

### Step 1 : Download Magento 2 Testimonial extension

 ### Install via composer (recommend)
Run the following commands in Magento 2 root folder:
```
composer require magiccart/testimonial
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy -f
```
 

### Step 2: User guide

  ### 1. General configuration

  Login to magento admin, choose `stores->configuration->magiccart->testimonial`
  
  ![Image of magento admin config](https://github.com/magiccart/magento2-testimonial/blob/master/media/testimonial_config.jpg)

  Select `yes` to enable the module.
* "General": Config general information for testimonial such as Enabled/Disable, Title for testimonial, number per page...
* "Setting Slider":Setting style for testimonial such as testimonal slider, autoplay, speed, padding,...
* "Setting Responsive": Setting testimonial responsive with different Screens.
  
  ### 2. Manage Testimonial
  
   To manage Testimonials, please log in: `Admin > Magiccart > Testimonial`. It might look like this:
   
   ![Image of magento admin config](https://github.com/magiccart/magento2-testimonial/blob/master/media/theme_config46.png)
    
    
 You can add, edit or delete item in testimonial. After that, click `Save Testimonial` to finish.
 * Add new
    
  ![Image of magento admin config](https://github.com/magiccart/magento2-testimonial/blob/master/media/config_backend1.png)
  ![Image of magento admin config](https://github.com/magiccart/magento2-testimonial/blob/master/media/config_backend2.png)
  ![Image of magento admin config](https://github.com/magiccart/magento2-testimonial/blob/master/media/config_backend3.png)
   
 * Fill information then click Save Testimonial to finish.
 * To show on website, please go to `CONTENT > Elements > Widget > Add Widget`
   
   ![Image of magento admin config](https://github.com/magiccart/magento2-testimonial/blob/master/media/theme_config47.png)
   ![Image of magento admin config](https://github.com/magiccart/magento2-testimonial/blob/master/media/theme_config48.png)
   
   Then Choose `Design Theme` and click `Continue`
   
    ![Image of magento admin config](https://github.com/magiccart/magento2-testimonial/blob/master/media/theme_config49.png)
   This is the interface of widget instance after clicking continue, Type and Design Package have already filled so you just need to fill Widget Title, choose Store View and   Sort Order. After that, choose layout update
   ![Image of magento admin config](https://github.com/magiccart/magento2-testimonial/blob/master/media/theme_config50.png)
   ![Image of magento admin config](https://github.com/magiccart/magento2-testimonial/blob/master/media/theme_config51.png)
    After selecting kind of page, you select which page will display testimonial widget and container(Container will be the position you want to put your widget on that page) and template
     ![Image of magento admin config](https://github.com/magiccart/magento2-testimonial/blob/master/media/theme_config53.png)
    
   Run the following command:  
   ```
   php bin/magento cache:clean
   ```
  ### 3. Result
  ![Image of magento admin config](https://github.com/magiccart/magento2-testimonial/blob/master/media/theme_config45.png)

 ## Donation

If this project help you reduce time to develop, you can give me a cup of coffee :) 


[![paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/paypalme/alopay)

      
**[Our Magento 2 Extensions](https://magepow.com/magento-2-extensions.html)**

* [Magento 2 Recent Sales Notification](https://magepow.com/magento-2-recent-order-notification.html)

* [Magento 2 Categories Extension](https://magepow.com/magento-categories-extension.html)

* [Magento 2 Sticky Cart](https://magepow.com/magento-sticky-cart.html)

* [Magento 2 Ajax Contact](https://magepow.com/magento-ajax-contact-form.html)

* [Magento 2 Lazy Load](https://magepow.com/magento-lazy-load.html)

* [Magento 2 Mutil Translate](https://magepow.com/magento-multi-translate.html)

_(README truncated for .md surface. Full README on https://packagento.com/magepow/magento-2-testimonial.)_

## Recent Versions

| Version | Released |
|---|---|
| 1.0.5 | 2025-07-19 |
| 1.0.4 | 2023-11-07 |
| 1.0.3 | 2023-08-21 |
| 1.0.2 | 2021-06-17 |
| 1.0.1 | 2021-06-04 |
| 1.0.0 | 2021-02-20 |

## Dependencies

### Require

| Package | Constraint |
|---|---|
| magepow/core | >=1.0 |

## Quality

Latest release (1.0.5) fails the Packagento QA pipeline. Verdicts below are per-cell (Magento line × PHP version) for the matrixed tools, and run-once for the static / security tiers.


### Compatibility

Each Magento line is installed on its supported PHP versions, then the module is built (DI compile + static-content deploy). Cells show passed / failed / untested; staircase gaps render as `–`.

| Magento | PHP 8.2 | PHP 8.3 | PHP 8.4 | PHP 8.5 |
|---|---|---|---|---|
| 2.4.7 | Pass | Pass | – | – |
| 2.4.8 | – | Pass | Pass | – |
| 2.4.9 | – | – | Pass | Pass |


### Code Quality

Advisory checks against the module's source. Never affect the Compatibility verdict — a phpcs finding can't make a module incompatible.

#### Static Analysis

Coding standards (phpcs), mess detection (phpmd), copy-pasted code (cpd), PHP cross-version compatibility, composer.json validity. Each runs once for the whole module.

| Tool | Status | Findings | Summary |
|---|---|---|---|
| PHPCS | Fail | 1075 | 53 errors, 1022 warnings (ruleset: Magento2) — 921 auto-fixable with phpcbf |
| PHPMD | Warning | 17 | 17 rule violations (IfStatementAssignment:5, ExcessiveMethodLength:3, MissingImport:3, UnusedPrivateField:3, UnusedFormalParameter:2) |
| Cpd | Pass | 0 |  |
| Composer validate | Info | 1 | valid; 1 advisory note (composer validate --strict) |

#### PHPStan

Type-checks the module against a real Magento install. Re-runs per Magento + PHP version because resolvable symbols differ between releases.

| Magento | PHP 8.2 | PHP 8.3 | PHP 8.4 | PHP 8.5 |
|---|---|---|---|---|
| 2.4.7 | 52 | 52 | – | – |
| 2.4.8 | – | 52 | 52 | – |
| 2.4.9 | – | – | 45 | 45 |


### Tests

Unit and integration suites run per Magento + PHP cell. Test failures speak to the module's behaviour, not its compatibility with a line, so they're reported here separately.

#### Unit Tests

| Magento | PHP 8.2 | PHP 8.3 | PHP 8.4 | PHP 8.5 |
|---|---|---|---|---|
| 2.4.7 | N/A | N/A | – | – |
| 2.4.8 | – | N/A | N/A | – |
| 2.4.9 | – | – | N/A | N/A |

#### Integration Tests

| Magento | PHP 8.2 | PHP 8.3 | PHP 8.4 | PHP 8.5 |
|---|---|---|---|---|
| 2.4.7 | N/A | N/A | – | – |
| 2.4.8 | – | N/A | N/A | – |
| 2.4.9 | – | – | N/A | N/A |


### Security

Dependency-advisory audit (composer audit) plus a source malware scan. A malware detection fails the version outright.

| Tool | Status | Findings | Summary |
|---|---|---|---|
| Composer audit | Pass | 0 |  |
| Malware scan | Pass | 0 |  |

## Licence and pricing

Free. A licence is still minted on checkout and bound to your project for Composer access — no payment step.

Refundable within 14 days of first purchase via https://packagento.com/account/refunds/.

## Install via Claude Code or any MCP client

The Packagento MCP server can run the licence + project + Composer steps above in one tool call:

```
purchase_and_install_packages(
  composer_names=["magepow/magento-2-testimonial"],
  project_id="proj_xxx"
)
```

This handles cart, checkout, licence minting, project activation, and writes auth.json credentials. Connect a client with `claude mcp add packagento https://mcp.packagento.com`. Full setup at https://packagento.com/docs/mcp-setup.

## Vendor

magepow is a Magento 2 vendor on Packagento. See https://packagento.com/magepow.md for their full catalogue.

