• France
status page
demonstrations
assistance
FAQContact support
Search
Categories
Tags
English
French
English
Homepage
Use cases
Create a payment
Create an installment payment
Create a multi-card (split) payment
Create a payment by Alias (Token)
Create a payment link
Create a recurring payment
Manage subscriptions
Manage your transactions (refund, cancel...)
Analyze your reports
API docs
Embedded Form
REST API
Hosted payment
Mobile payment
File exchange
Snippets
Payment methods
Plugins
Guides
Merchant Back Office
Functional guides

Adding the module

To add the Sogecommerce payment module:

  1. Unzip the Sogecommerce_Sylius_12.x_v1.3.x.zip module
  2. Copy the LyranetworkSogecommerce folder at the root of your website.
  3. Open the composer.json folder at the root of your website.
  4. Search for the following code:
        "autoload": {
    "psr-4": {
    "App\\": "src/"
    }
    },
    Add the line as follows:
        "autoload": {
    "psr-4": {
    "App\\": "src/",
    "Lyranetwork\\Sogecommerce\\": "LyranetworkSogecommerce/src/"
    }
    },
    Do not forget to add a comma at the end of the previous line.
© 2025 {'|'} All rights reserved to Sogecommerce
25.20-1.11