https://github.com/synerise/magento2-integration
https://github.com/synerise/magento2-integration
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/synerise/magento2-integration
- Owner: Synerise
- Created: 2021-09-01T13:01:22.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-04-08T14:08:03.000Z (about 1 year ago)
- Last Synced: 2025-04-08T14:49:16.961Z (about 1 year ago)
- Language: PHP
- Size: 852 KB
- Stars: 6
- Watchers: 17
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Synerise integration module for Magento 2
## 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](https://devdocs.magento.com/cloud/howtos/install-components.html).
## Setup
Setup guide is available at [Synerise help page](https://help.synerise.com/docs/settings/tool/magento-integration-multistore-support/).
Please make sure to follow it carefully through all the steps to integrate your application properly.