jtl-scx / channel
1.0.0
2026-03-24 14:41 UTC
Requires
- php: 8.4.*
- jtl-scx/channel-core: ^2.2.0
- monolog/monolog: ^2.11.0
- symfony/console: ^v6.4.35
- symfony/dotenv: ^v6.4.35
- twig/twig: ^v3.24.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^v3.94.2
- phpunit/phpunit: ^13.0.5
- psalm/phar: ^6.16.1
This package is auto-updated.
Last update: 2026-05-24 15:07:18 UTC
README
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 1.0.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=***
- If you want to use Message Queue, you need a RabbitMQ instance running.