/streply-magento

Streply SDK for Magento framework

Primary LanguagePHP

Streply Magento Module

Streply SDK for Magento framework

Install

Install the streply/streply-php:

composer require streply/streply-php

Install the streply/streply-magento package:

composer require streply/streply-symfony

Enable module and run migration

bin/magento module:enable Streply_StreplyMagento
bin/magento setup:upgrade

Config

Add default API key configuration and set module output in Config > Streply > General

Add flush to magento entry files:

Magento_dir/pub/index.php

and

Magento_dir/bin/magento.php

add line:

\Streply\Flush();

at the bottom of each file.