jtl-scx/channel


README

68747470733a2f2f63646e2e65617a7961756374696f6e2e64652f65617374617469632f7363785f6c6f676f2e706e67

SCX-Channel

Skeleton Project to bootstrap a new SCX Channel Integration

How to start?

  • Install project by using composer
composer create-project jtl-scx/channel channel 0.20.0
  • You may set up your own namespace in composer.json (default: JTL\SCX\Channel)
  • Create .env.local
    • default pointing to SCX Sandbox API
    • add your API Token
SCX_CHANNEL_API_USER_AGENT=3P_<YOUR-CHANNEL-NAME-HERE>
CHANNEL_NAME=<YOUR-CHANNEL-NAME-HERE>
SCX_CHANNEL_API_HOST=https://scx-sbx.api.jtl-software.com
SCX_CHANNEL_API_REFRESH_TOKEN=***
  • Start development Environment
    • Run docker-compose up -d (this will create a nginx, php-fpm and a rabbitMQ container for you)
    • Run the application by execute ./run

Documentation

Roadmap

  • Setup a custom installer for composer