PHPackages                             pinvandaag/p-market-api-develop-php - 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. pinvandaag/p-market-api-develop-php

ActiveLibrary[API Development](/categories/api)

pinvandaag/p-market-api-develop-php
===================================

A PHP wrapper for the PAXSTORE Developer API

v1.1.2(1mo ago)03MITPHPPHP ^8.2

Since Jul 10Pushed 1mo agoCompare

[ Source](https://github.com/Pin-Voordeel-Bv/p-market-api-develop-php)[ Packagist](https://packagist.org/packages/pinvandaag/p-market-api-develop-php)[ RSS](/packages/pinvandaag-p-market-api-develop-php/feed)WikiDiscussions main Synced 1mo ago

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

p-market-api-develop-php
========================

[](#p-market-api-develop-php)

A PHP wrapper for the [PAXSTORE Developer API](https://github.com/PAXSTORE/paxstore-develop-sdk/blob/master/docs/DEVELOPER_API.md).

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

[](#installation)

```
composer require pinvandaag/p-market-api-develop-php
```

Configuration
-------------

[](#configuration)

```
use PinVandaag\PMarketAPIDevelop\PMarketAPIDevelopClient;

$client = (new PMarketAPIDevelopClient())->configure(
    baseUri: 'https://api.whatspos.com/p-market-api',
    apiKey: $_ENV['P_MARKET_DEVELOP_API_KEY'],
    apiSecret: $_ENV['P_MARKET_DEVELOP_API_SECRET'],
    timeZone: 'Europe/Amsterdam',
    contentLanguage: 'en',
);
```

Structure
---------

[](#structure)

- `PMarketAPIDevelopClient`: public facade, matching the original package.
- `Client\APIClient`: authentication, HTTP requests, Symfony Serializer, exceptions, validation and multipart helpers.
- `Client\Traits\DeveloperApiTrait`: all Developer API endpoint implementations.
- `Model`: request and response DTOs.

Authentication follows the official PAX Developer Java SDK: `devKey` and millisecond `timestamp` are appended to the query string, and the uppercase MD5 of `queryString + apiSecret` is sent in the `signature` header.

`updateAppKeySecret()` expects `appKey` and `appSecret` already encrypted with the Java SDK-compatible AES/SHA1PRNG implementation.

###  Health Score

39

—

LowBetter than 84% of packages

Maintenance90

Actively maintained with recent releases

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

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 ~1 days

Total

4

Last Release

46d ago

Major Versions

v0.0.2 → v1.1.12026-07-13

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/216495039?v=4)[NouddeBrouwer](/maintainers/NouddeBrouwer)[@NouddeBrouwer](https://github.com/NouddeBrouwer)

---

Top Contributors

[![NouddeBrouwer](https://avatars.githubusercontent.com/u/216495039?v=4)](https://github.com/NouddeBrouwer "NouddeBrouwer (7 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan, Psalm

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/pinvandaag-p-market-api-develop-php/health.svg)

```
[![Health](https://phpackages.com/badges/pinvandaag-p-market-api-develop-php/health.svg)](https://phpackages.com/packages/pinvandaag-p-market-api-develop-php)
```

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.7M3.5k](/packages/craftcms-cms)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k6.0M781](/packages/sylius-sylius)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.8M685](/packages/shopware-core)[pimcore/pimcore

Content &amp; Product Management Framework (CMS/PIM/E-Commerce)

3.8k3.9M536](/packages/pimcore-pimcore)[shopware/platform

The Shopware e-commerce core

3.4k1.5M3](/packages/shopware-platform)[typo3/cms

TYPO3 CMS is a free open source Content Management Framework initially created by Kasper Skaarhoj and licensed under GNU/GPL.

1.2k1.9M122](/packages/typo3-cms)

PHPackages © 2026

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