Skip to content

SCX-Channel Core provide a SDK to build Channel Integrations based in PHP

License

Notifications You must be signed in to change notification settings

jtl-scx/channel-core

Repository files navigation

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