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
Package info
github.com/findologic/plentymarkets-rest-export
pkg:composer/findologic/plentymarkets-rest-export
v1.16.2
2021-11-03 15:37 UTC
Requires
- php: >=7.3
- guzzlehttp/guzzle: ^6.3|^7.1
- guzzlehttp/promises: ^1.4
- vasily-kartashov/log4php: 4.1.0
Requires (Dev)
- ext-json: *
- mikey179/vfsstream: ^1.6
- phpunit/phpunit: 8.0.2
This package is auto-updated.
Last update: 2022-04-06 06:50:43 UTC
README
In order to start an export:
- Copy
src/PlentyConfig.php.disttosrc/PlentyConfig.php. - Set the correct values in
src/index.php. - Change directory to
src. - Run
php index.php.
Deployment & Release
- Ensure all necessary changes have been merged into the
developbranch. - Merge all changes from
developintomain. - Create a new release on GitHub. As branch use
develop. This will automatically create a tag for this repository. - 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.35or^2.12.
- Ensure that you specify
- From here on follow the usual importer deployment procedure.