The Home for
Magento Excellence

Explore. Discover. Elevate. #magento

162
Modules Tested
98
Ready for Magento 2.4
64
Need Your Help
Potentially Abandoned v2.4
Has Build Issues
May need fixes before use

Elgentos Kiyoh for Magento 2

elgentos/magento2-kiyoh

Fetches site review scores from Kiyoh NL and stores them in the Magento database.

43,826
Downloads
Below average
3
GitHub Stars
Below average
3y ago
Last Release
0
Open Issues

Quality Score

1/5
Installs via Composer
DI compiles correctly
Templates compile
PHPStan

Recent Test History

Each release is tested against the latest Magento version at that time.

v2.4 on Magento 2.4.8-p3
Dec 15, 2025
v2.4 on Magento 2.4.8-p2
Aug 14, 2025
v2.4 on Magento 2.4.8
May 17, 2025
v2.4 on Magento 2.4.7-p4
Feb 15, 2025
v2.4 on Magento 2.4.7-p3
Oct 15, 2024
v2.4 on Magento 2.4.7-p2
Sep 7, 2024

+4 older tests

GitHub Repository
Source code & docs
Packagist
Version history
Issues & Support
Get help or report bugs

This module needs community help

Dependency injection compilation fails. Your contribution could help the entire Magento community!

Help Fix This

Share This Module's Status

Elgentos Kiyoh for Magento 2 Magento compatibility status badge

README

Loaded from GitHub

Elgentos Kiyoh for Magento 2

This extension fetches site review scores from Kiyoh and stores them in the m2 database. This is only compatible with KiyohNL. But feel free to open an pr to support kiyoh.com and klanten vertellen as well.

Note: this extension is used for Kiyoh site reviews, not for Kiyoh product reviews. For the product reviews extension, see dutchwebdesign/magento2-kiyoh.

How to install

:rocket: Install via composer (recommend)

composer require elgentos/magento2-kiyoh
bin/magento setup:upgrade
bin/magento setup:static-content:deploy

Configuration

  • Enable the extension
  • Setup an interval number in days
  • Enter the Kiyoh known email adress
  • Enter the Kiyoh API key (You can find this API Key under Uitnodigen -> Extra opties)
  • Enter the Kiyoh Location ID
  • Enter the url from the public page in kiyoh

Run the cronjob

Run the cronjob with magerun2 magerun2 sys:cron:run retrieve_reviews_from_kiyoh

Features

  • Cronjob that fetches review scores every night
  • ViewModel to offload logic from a block class
  • Send review email + offset when a shipment is made in m2 (config option)
  • This extension stores the data in Custom Variables in de m2 database

How does it work

  • Gets the xml feed and puts the data in custom vars
  • Has a viewModel that transform this data in the correct form on the frontend

This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.

Back to All Modules