PHPackages                             sarziv/clean-tool - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. sarziv/clean-tool

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

sarziv/clean-tool
=================

1(3y ago)019PHP

Since Apr 17Pushed 1y ago2 watchersCompare

[ Source](https://github.com/sarziv/ShopwareCheckTool)[ Packagist](https://packagist.org/packages/sarziv/clean-tool)[ RSS](/packages/sarziv-clean-tool/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)Dependencies (3)Versions (13)Used By (0)

Check tool
==========

[](#check-tool)

Installation
------------

[](#installation)

```
git clone {repository}
cd {folder}
composer install
cp ./src/Examples/.credentials.php ./src/Examples/credentials.php
php {location}/src/Examples/runLocally.php
```

Local development
-----------------

[](#local-development)

### Credentials

[](#credentials)

- ConfigurationId - Configuration ID of the assistant
- Domain - PM System domain
- Token - Generated via [AccessToken](https://developers.plentymarkets.com/en-gb/plentymarkets-rest-api/index.html#/Account/post_rest_account_login) or PM Storage

Configuration ID can be found at:

- Network(F12) then opening configuration assistant
- GET {{plentymarketHost}}/rest/PlentymarketsShopwareCore/test?model=Configuration

### Checking records

[](#checking-records)

Last line of code is to chain tasks `$tasker->` in the example.

```
