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 2mo ago

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 22% 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://www.gravatar.com/avatar/a2d8ba9eab7a3c790f92a747f5c03d3b65ee44a04174ed47ccd0fd6fb5f15d4f?d=identicon)[stemis](/maintainers/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

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M475](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M270](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M452](/packages/google-gax)

PHPackages © 2026

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