PHPackages                             datenkraft/bb-debt-capturing-api-php-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. datenkraft/bb-debt-capturing-api-php-client

ActiveLibrary[API Development](/categories/api)

datenkraft/bb-debt-capturing-api-php-client
===========================================

The Debt Capturing API PHP Client enables you to work with the Debt Capturing API

v2.4.1(2w ago)0850MITPHPPHP ^8.4

Since Feb 21Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/datenkraft/bb-debt-capturing-api-php-client)[ Packagist](https://packagist.org/packages/datenkraft/bb-debt-capturing-api-php-client)[ RSS](/packages/datenkraft-bb-debt-capturing-api-php-client/feed)WikiDiscussions v1.3 Synced 1w ago

READMEChangelogDependencies (18)Versions (59)Used By (0)

Backbone - Debt Capturing API PHP Client
========================================

[](#backbone---debt-capturing-api-php-client)

Introduction
------------

[](#introduction)

The Debt Capturing API PHP Client enables you to work with the Debt Capturing API.

This PHP package is generated by an API client generator.

Prerequisites
-------------

[](#prerequisites)

- PHP 8.0 or later for production

Versioning
----------

[](#versioning)

This project uses the following versioning format:

```
v..

```

- `APIMajorVersion`: Matches the major version of the API the client is intended for.
- `BaseClientMajorVersion`: Is a client specific version. Changes in this level also mean breaking changes, which differs from the classic SemVer format.
- `ApiIncrementalUpdateVersion`: Increases with every release.

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

[](#installation)

You can use [Composer](https://getcomposer.org/). Follow the [installation instructions](https://getcomposer.org/doc/00-intro.md) if you do not already have composer installed.

As described in the Versioning paragraph before, breaking changes can occur within the first two version parts, therefore it is recommended to use a require constraint as shown below to stay within `1.2` and not go to `1.3` or higher.

If you want to use the v1 API, use the client version `v1.X.0`, with `X` replaced by the highest available release number.

```
# Example
composer require datenkraft/bb-debt-capturing-api-php-client "~1.2.0"
```

In your PHP script, make sure you include the autoloader:

```
require 'path/to/vendor/autoload.php';
```

Using the library
-----------------

[](#using-the-library)

The library can be used to communicate with the Debt Capturing Resource Server. The Client includes functionalities for every endpoint defined in the openapi.json. The Client also is auto generated with jane-php using an openapi.json file.

### Creating a client

[](#creating-a-client)

```
require 'path/to/vendor/autoload.php';

// Valid clientId, clientSecret and requested scopes
$clientId = '1234';
$clientSecret = 'abcd';

$config['clientId'] = $clientId;
$config['clientSecret'] = $clientSecret;

$factory = new ClientFactory($config);
$client = Client::createWithFactory($factory);
```

### Example Endpoint: Get Debt Line Item Collection

[](#example-endpoint-get-debt-line-item-collection)

```
$queryParams = [
    'filter[projectId]' => 'projectId',
    'filter[dateFrom]' => (new DateTime())->format(DateTimeInterface::ATOM),
    'filter[dateTo]' => (new DateTime())->format(DateTimeInterface::ATOM),
];

$response = $client->getDebtLineItemCollection($queryParams);
$response; // tasks[]
```

Licence
-------

[](#licence)

This repository is available under the [MIT license](https://opensource.org/licenses/MIT).

###  Health Score

53

—

FairBetter than 97% of packages

Maintenance92

Actively maintained with recent releases

Popularity16

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity77

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

Recently: every ~0 days

Total

58

Last Release

18d ago

Major Versions

v1.3.16 → v2.3.52023-09-27

v1.3.18 → v2.3.62023-10-05

v1.3.19 → v2.3.82023-11-23

v1.3.x-dev → v2.3.182026-03-24

v1.4.x-dev → v2.4.02026-04-29

PHP version history (2 changes)v1.2.0PHP ^8.0

v1.4.0PHP ^8.4

### Community

Maintainers

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

---

Top Contributors

[![philipp-kern](https://avatars.githubusercontent.com/u/84841380?v=4)](https://github.com/philipp-kern "philipp-kern (21 commits)")[![herkales](https://avatars.githubusercontent.com/u/110830400?v=4)](https://github.com/herkales "herkales (13 commits)")[![raphael-p43](https://avatars.githubusercontent.com/u/84837001?v=4)](https://github.com/raphael-p43 "raphael-p43 (13 commits)")[![rlehner-dk](https://avatars.githubusercontent.com/u/103114558?v=4)](https://github.com/rlehner-dk "rlehner-dk (7 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/datenkraft-bb-debt-capturing-api-php-client/health.svg)

```
[![Health](https://phpackages.com/badges/datenkraft-bb-debt-capturing-api-php-client/health.svg)](https://phpackages.com/packages/datenkraft-bb-debt-capturing-api-php-client)
```

###  Alternatives

[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[facebook/php-business-sdk

PHP SDK for Facebook Business

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

PHP wrapper for the Meilisearch API

74513.7M114](/packages/meilisearch-meilisearch-php)[google/common-protos

Google API Common Protos for PHP

173103.7M50](/packages/google-common-protos)[hubspot/api-client

Hubspot API client

23914.2M16](/packages/hubspot-api-client)[botman/driver-telegram

Telegram driver for BotMan

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

PHPackages © 2026

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