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
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
- dev-develop
- v1.16.2
- v1.16.1
- v1.16.0
- v1.15.0
- v1.14.2
- v1.14.1
- v1.14.0
- v1.13.1
- v1.13.0
- v1.12.2
- v1.12.1
- v1.12.0
- v1.11.1
- v1.11.0
- v1.10.0
- v1.9.0
- v1.8.3
- v1.8.2
- v1.8.1
- v1.8.0
- v1.7.1
- v1.7.0
- v1.6.1
- v1.6.0
- v1.5.0
- 1.4.0
- v1.3.2
- 1.3.1
- v1.3.0
- v1.2.10
- v1.2.9
- v1.2.8
- 1.2.7
- v1.2.6
- v1.2.5
- v1.2.4
- v1.2.3
- v1.2.2
- v1.2.1
- v1.1.1
- v1
- dev-ACC-786_Migrate_Importer_to_Monolog_as_our_current_logging_framework_log4php_is_abandoned
- dev-main
- dev-FINDO-8834_upgrade_php
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.dist
tosrc/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
develop
branch. - Merge all changes from
develop
intomain
. - 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.35
or^2.12
.
- Ensure that you specify
- From here on follow the usual importer deployment procedure.