PHPackages                             oscar-team/komfortkasse-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. oscar-team/komfortkasse-php

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

oscar-team/komfortkasse-php
===========================

Komfortkasse php sdk

v1.0.2(2y ago)02.7k↓50%MITPHPPHP &gt;=8.1

Since Feb 28Pushed 1y ago1 watchersCompare

[ Source](https://github.com/oscar-team/komfortkasse-php)[ Packagist](https://packagist.org/packages/oscar-team/komfortkasse-php)[ RSS](/packages/oscar-team-komfortkasse-php/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (2)Versions (4)Used By (0)

KomfortKasse PHP Integration
============================

[](#komfortkasse-php-integration)

This is a PHP library for integrating [Komfortkasse](https://ssl.komfortkasse.eu/) apis

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

[](#installation)

Use the package manager [composer](https://pip.pypa.io/en/stable/) to install.

```
composer require oscar-team/komfortkasse-php
```

Usage
-----

[](#usage)

```
require __DIR__ . '/vendor/autoload.php';

$client = new OscarTeam\KomfortkassePhp\KomfortKasseApi(token: 'token');
```

### Order Apis

[](#order-apis)

```
$orderData = [
    "number" => 12345,
    "type" => "PREPAYMENT",
    "amount" => 220.0,
    "currency" => "EUR",
    "language" => "de",
    "customerEmail" => "testing@testdt.com",
    "date" => "07-02-2024",
    "dueDate" => "09-02-2024",
    "billing" => [
        "countryCode" => "DE",
        "lastName" => "lastName",
        "company" => "new company"
    ]
];
$client->order()->create(orderNumber: 12345, orderData: $orderData)->json();
$client->order()->get(orderNumber: 12345, queryParams: [])->json();
$client->order()->remove(orderNumber: 12345)->json();
$client->order()->cancel(orderNumber: 12345)->json();
$client->order()->markAsPaid(orderNumber: 12345)->json();
$client->order()->markAsUnPaid(orderNumber: 12345)->json();

$client->order()->bulkOperation()->create(orderData: $orderData)->json();
$client->order()->bulkOperation()->getAll(queryParams: [])->json();
$client->order()->bulkOperation()->sync(queryParams: [])->json();
```

Contributing
------------

[](#contributing)

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License
-------

[](#license)

[MIT](https://choosealicense.com/licenses/mit/)

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance33

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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

Total

3

Last Release

796d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/db2675a9674fa6c8a957211599bdc1af7597506f161b47eb64351c462c2a22eb?d=identicon)[moiz2050](/maintainers/moiz2050)

---

Top Contributors

[![adnedelcu](https://avatars.githubusercontent.com/u/1168310?v=4)](https://github.com/adnedelcu "adnedelcu (1 commits)")

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/oscar-team-komfortkasse-php/health.svg)

```
[![Health](https://phpackages.com/badges/oscar-team-komfortkasse-php/health.svg)](https://phpackages.com/packages/oscar-team-komfortkasse-php)
```

###  Alternatives

[crescat-io/saloon-sdk-generator

Simplified SDK Scaffolding for Saloon

13130.9k7](/packages/crescat-io-saloon-sdk-generator)

PHPackages © 2026

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