findologic/plentymarkets-rest-export

This package is abandoned and no longer maintained. The author suggests using the findologic/plentymarkets-rest-exporter-new package instead.
There is no license information available for the latest version (v1.16.2) of this package.

FINDOLOGIC plugin for Plentymarkets

v1.16.2 2021-11-03 15:37 UTC

README

Build Status

In order to start an export:

  1. Copy src/PlentyConfig.php.dist to src/PlentyConfig.php.
  2. Set the correct values in src/index.php.
  3. Change directory to src.
  4. Run php index.php.

Deployment & Release

  1. Ensure all necessary changes have been merged into the develop branch.
  2. Merge all changes from develop into main.
  3. Create a new release on GitHub. As branch use develop. This will automatically create a tag for this repository.
  4. Ensure that the build passed successfully and bump the version of the REST exporter in the importer by running composer require findologic/plentymarkets-rest-export:^1.35.
    • Ensure that you specify ^ and only major and minor version e.g. ^1.35 or ^2.12.
  5. From here on follow the usual importer deployment procedure.