PHPackages                             stemis/jura-partnernet-client - 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. stemis/jura-partnernet-client

ActiveLibrary[API Development](/categories/api)

stemis/jura-partnernet-client
=============================

A PHP Client for the Jura Partnernet

251PHP

Since Nov 1Pushed 8y ago1 watchersCompare

[ Source](https://github.com/stemis/jura-partnernet-php-client)[ Packagist](https://packagist.org/packages/stemis/jura-partnernet-client)[ RSS](/packages/stemis-jura-partnernet-client/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

php-jura-partnernet
===================

[](#php-jura-partnernet)

Makes connecting with Jura Partnernet much easier.

Although Jura does not have any form of API to create orders in their system, dealers can use the "Jura Partner Net" to create all orders. This can be useful when A person orders bean machines via either a webshop or other external system and directly order them with Jura with no delay.

This client utilizes the web portal and copies the exact HTTP calls made to the Cobalt back-end to achieve the goals.

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

[](#installation)

`composer require stemis/jura-partnernet-client`

Example code
------------

[](#example-code)

```
// Create the connection
$connection = new Connection('YOUR_USERNAME', 'YOUR_PASSWORD');

// Create a new cart
$cart = new Cart($connection);

// Search for the item you want to add to the carrt
$itemRepository = new ItemRepository($connection);
$item = $itemRepository->find(15157);

// Add Item
$cart->addItem($item);

// Create and set address
$address = new Address();
$address->name = 'John Doe';
$address->address = 'Stationsplein';
$address->postal = '1012AB';
$address->city = 'Amsterdam';
$address->attention = 'Afd. XXXX';

$cart->setAddress($address);

// Proceed with order and send confirmation email
$cart->orderCart();

```

Exceptions
----------

[](#exceptions)

- NoAddressDataException
- NoItemsInCartException

Issues
------

[](#issues)

There are currently no known issues.

If you do find an issue, please use the issues tab to report it!

Future Work
-----------

[](#future-work)

- Adding Unit Tests using Mockery
- Adding more detailed information about items
- Adding more exceptions such as ItemNotFound in the ItemRepository

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4124979?v=4)[Steff Missot](/maintainers/stemis)[@stemis](https://github.com/stemis)

---

Top Contributors

[![stemis](https://avatars.githubusercontent.com/u/4124979?v=4)](https://github.com/stemis "stemis (3 commits)")

### Embed Badge

![Health badge](/badges/stemis-jura-partnernet-client/health.svg)

```
[![Health](https://phpackages.com/badges/stemis-jura-partnernet-client/health.svg)](https://phpackages.com/packages/stemis-jura-partnernet-client)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

94452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

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