synerise / magento2-integration
Synerise Magento 2 integration module.
Package info
github.com/Synerise/magento2-integration
Type:magento2-module
pkg:composer/synerise/magento2-integration
Requires
- php: >=7.4
- ext-curl: *
- ext-json: *
- ext-mbstring: *
- anik/loguzz: ^2.2 || ^4.0
- guzzlehttp/guzzle: ^6.2 || ^7.3
- mobiledetect/mobiledetectlib: ^3.74 || ^4.8
- synerise/php-sdk: ^0.7.2
This package is not auto-updated.
Last update: 2026-06-10 12:28:14 UTC
README
Requirements
- PHP 7.4+
- Magento 2.4+
Installation
It is highly recommended to install the extension over test environment first.
Module is available as a composer package:
composer require synerise/magento2-integration
After installing the module make sure to also update the database schema:
php bin/magento setup:upgrade
For more information regarding module management please refer with Magento 2 documentation.
Setup
Setup guide is available at Synerise help page.
Please make sure to follow it carefully through all the steps to integrate your application properly.