Giter VIP home page Giter VIP logo

channel's Introduction

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

channel's People

Contributors

brandtm avatar das-ente avatar dependabot[bot] avatar sleipi avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

channel's Issues

Dockerfile chn-app outdated - Url 502 and needed Php 8

Hello,
if you run docker-compose up you run into the following problems:

  1. The url https://dl.bintray.com is not reachable you get a 502 Gateway
  2. Some Dependencies in the composer.json needs php >= 8.0.2
    `Problem 1
    • symfony/deprecation-contracts is locked to version v3.0.0 and an update of this package was not requested.
    • symfony/deprecation-contracts v3.0.0 requires php >=8.0.2 -> your php version (7.4.26) does not satisfy that requirement.
      Problem 2
    • symfony/filesystem is locked to version v6.0.0 and an update of this package was not requested.
    • symfony/filesystem v6.0.0 requires php >=8.0.2 -> your php version (7.4.26) does not satisfy that requirement.
      Problem 3
    • symfony/string is locked to version v6.0.1 and an update of this package was not requested.
    • symfony/string v6.0.1 requires php >=8.0.2 -> your php version (7.4.26) does not satisfy that requirement.
      Problem 4
    • psr/cache is locked to version 3.0.0 and an update of this package was not requested.
    • psr/cache 3.0.0 requires php >=8.0.0 -> your php version (7.4.26) does not satisfy that requirement.
      Problem 5
    • symfony/event-dispatcher is locked to version v6.0.1 and an update of this package was not requested.
    • symfony/event-dispatcher v6.0.1 requires php >=8.0.2 -> your php version (7.4.26) does not satisfy that requirement.
      Problem 6
    • symfony/event-dispatcher-contracts is locked to version v3.0.0 and an update of this package was not requested.
    • symfony/event-dispatcher-contracts v3.0.0 requires php >=8.0.2 -> your php version (7.4.26) does not satisfy that requirement.
      Problem 7
    • symfony/finder is locked to version v6.0.0 and an update of this package was not requested.
    • symfony/finder v6.0.0 requires php >=8.0.2 -> your php version (7.4.26) does not satisfy that requirement.
      Problem 8
    • symfony/options-resolver is locked to version v6.0.0 and an update of this package was not requested.
    • symfony/options-resolver v6.0.0 requires php >=8.0.2 -> your php version (7.4.26) does not satisfy that requirement.
      Problem 9
    • symfony/process is locked to version v6.0.0 and an update of this package was not requested.
    • symfony/process v6.0.0 requires php >=8.0.2 -> your php version (7.4.26) does not satisfy that requirement.
      Problem 10
    • symfony/stopwatch is locked to version v6.0.0 and an update of this package was not requested.
    • symfony/stopwatch v6.0.0 requires php >=8.0.2 -> your php version (7.4.26) does not satisfy that requirement.
      Problem 11
    • symfony/filesystem v6.0.0 requires php >=8.0.2 -> your php version (7.4.26) does not satisfy that requirement.
    • friendsofphp/php-cs-fixer v3.4.0 requires symfony/filesystem ^4.4.20 || ^5.0 || ^6.0 -> satisfiable by symfony/filesystem[v6.0.0].
    • friendsofphp/php-cs-fixer is locked to version v3.4.0 and an update of this package was not requested.`

Best regards,
Tobi

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.