jtl-scx/channel-core

SCX Channel Library

Installs: 11 121

Dependents: 1

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 2

Open Issues: 7

pkg:composer/jtl-scx/channel-core

1.1.0 2025-10-20 11:23 UTC

This package is auto-updated.

Last update: 2025-10-20 11:23:59 UTC


README

JTL-SCX Channel-Core

Releases Testing codecov

JTL Sales Channel Extension is a product that connects various different eCommerce marketplaces to JTL-Wawi or any other ERP solution. This repository provides a PHP framework for creating a new SCX channel integration to connect any marketplace with SCX.

This PHP framework provides abstractions for

  • SCX-Channel-API communication.
  • Event handling using RabbitMQ as queue and jtl/nachricht as messaging framework.
  • data handling such as managing category tree, attributes, prices.

How-To-Start

Use scx/channel to bootstrap a new project

Start Development

Need to run CLI commands?

php bin/Core.php

Need a local RabbitMq?

docker-compose up -d

See .env.dist for development configuration. You may create a .env.local to overwrite specific settings