jtl-scx/channel-core

SCX Channel Library

0.104.3 2024-09-23 15:32 UTC

This package is auto-updated.

Last update: 2025-03-10 05:31:25 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