PHPackages                             white-nl/commerce-picqer - 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. [API Development](/categories/api)
4. /
5. white-nl/commerce-picqer

ActiveCraft-plugin[API Development](/categories/api)

white-nl/commerce-picqer
========================

Use the official Picqer plugin to connect your Craft Commerce webshop to the Picqer warehouse management platform for efficient order handling.

2.2.0(8mo ago)27751proprietaryPHPPHP ^8.0.2

Since Aug 2Pushed 2mo agoCompare

[ Source](https://github.com/white-nl/commerce-picqer)[ Packagist](https://packagist.org/packages/white-nl/commerce-picqer)[ RSS](/packages/white-nl-commerce-picqer/feed)WikiDiscussions v2 Synced 1mo ago

READMEChangelogDependencies (5)Versions (12)Used By (0)

Craft Picqer Plugin
===================

[](#craft-picqer-plugin)

Picqer plugin for Craft CMS, official version by WHITE Digital Agency

This plugin provides order and product stock synchronization between Craft Commerce and Picqer.

It allows you to pull product stock from Picqer to Craft, push orders from Craft to Picqer and pull order status changes back to Craft.

It uses order **Reference** field to match orders between Craft and Picqer, and to synchronize product stock, it uses **SKU**of the product variant on the Craft side and matches it to the **Product Code** on the Picqer side.

Requirements
------------

[](#requirements)

- This plugin requires Craft CMS 4.0.0 or later
- This plugin requires Craft Commerce version 4.0
- A valid Picqer account is required
- The Craft website should be publicly accessible
- Changing settings should be allowed in Craft ([allow admin changes](https://craftcms.com/docs/3.x/config/config-settings.html#allowadminchanges)), and a user who is an Admin in Craft.
- The plugin should be able to create a custom table in your database
- This plugin is compatible with Composer 2.0

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

[](#installation)

1. Install the composer package: `composer require white-nl/commerce-picqer`
2. Install the plugin in Craft admin.
3. Go to the plugin settings and configure your Picqer credentials.
4. After that, you will be able to further configure the integration on the plugin settings page.

Cron and console commands
-------------------------

[](#cron-and-console-commands)

You can use this console command to pull all product stock from Picqer to Craft:

```
php craft commercepicqer/import-product-stock

```

More options available. To see them, run the command with the `--help` argument. If you want to run it on schedule, feel free to add this command to your crontab, by default it doesn't produce any output.

Debugging and logs
------------------

[](#debugging-and-logs)

This plugin produces its logs into a separate log category, `commerce-picqer`. To extract its logs into a separate file, you can configure your `config/app.php` file like this:

```
return [
    '*' => [
        'components' => [
            'log' => function() {
                $config = craft\helpers\App::logConfig();
                if ($config) {
                    $config['targets']['commerce-picqer'] = [
                        'class' => \craft\log\FileTarget::class,
                        'logFile' => '@storage/logs/commerce-picqer.log',
                        'categories' => ['commerce-picqer'],
                        //'levels' => Logger::LEVEL_ERROR | Logger::LEVEL_WARNING,
                        'logVars' => [],
                    ];
                }
                return $config ? Craft::createObject($config) : null;
            },
        ]
    ]
];
```

Documentation
-------------

[](#documentation)

[Documentation](https://user-guide.white.nl/picqer/)

Picqer for Craft CMS is brought to you by WHITE Digital Agency

###  Health Score

46

—

FairBetter than 93% of packages

Maintenance76

Regular maintenance activity

Popularity21

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~214 days

Recently: every ~299 days

Total

8

Last Release

249d ago

Major Versions

1.1.0 → 2.0.02022-06-01

### Community

Maintainers

![](https://www.gravatar.com/avatar/991f064db9df106d1a39b0884e597088d6c6d742eff433eb9f1cf8d74f7df457?d=identicon)[packagist@white.nl](/maintainers/packagist@white.nl)

---

Top Contributors

[![WHITE-developer](https://avatars.githubusercontent.com/u/22771556?v=4)](https://github.com/WHITE-developer "WHITE-developer (6 commits)")[![white-lukas](https://avatars.githubusercontent.com/u/171683841?v=4)](https://github.com/white-lukas "white-lukas (5 commits)")[![white-vitaly](https://avatars.githubusercontent.com/u/203080399?v=4)](https://github.com/white-vitaly "white-vitaly (2 commits)")

### Embed Badge

![Health badge](/badges/white-nl-commerce-picqer/health.svg)

```
[![Health](https://phpackages.com/badges/white-nl-commerce-picqer/health.svg)](https://phpackages.com/packages/white-nl-commerce-picqer)
```

###  Alternatives

[wrav/oembed

A simple plugin to extract media information from websites, like youtube videos, twitter statuses or blog articles.

36205.0k3](/packages/wrav-oembed)[craftcms/apple-news

Publish Craft CMS entries to Apple News

4223.5k](/packages/craftcms-apple-news)[craftpulse/craft-typesense

Craft Plugin that synchronises with Typesense

122.7k](/packages/craftpulse-craft-typesense)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
