synerise / magento2-integration
Synerise Magento 2 integration module.
Installs: 35 225
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 17
Forks: 5
Open Issues: 0
Type:magento2-module
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
- dev-master
- v3.1.0.x-dev
- 3.1.0
- v3.0.9.x-dev
- 3.0.9
- v3.0.8.x-dev
- 3.0.8
- v3.0.7.x-dev
- 3.0.7
- v3.0.6.x-dev
- 3.0.6
- v3.0.5.x-dev
- 3.0.5
- 3.0.4
- v3.0.3.x-dev
- 3.0.3
- 3.0.2
- 3.0.1
- 3.0.0
- 2.3.5
- 2.3.4
- 2.3.3
- 2.3.2
- 2.3.1
- 2.3.0
- 2.2.10
- 2.2.9
- 2.2.8
- 2.2.7
- 2.2.6
- 2.2.5
- 2.2.4
- 2.2.3
- 2.2.2
- 2.2.1
- 2.2.0
- 2.1.7
- 2.1.6
- 2.1.5
- 2.1.4
- 2.1.3
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.2
- 2.0.1
- 2.0.0
- 1.1.8
- 1.1.7
- 1.1.6
- 1.1.5
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- dev-GAS-2040
This package is not auto-updated.
Last update: 2024-11-06 13:59:29 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.