PHPackages                             terminal42/cashctrl-api - 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. terminal42/cashctrl-api

ActiveLibrary

terminal42/cashctrl-api
=======================

API client for cashctrl.com

0369PHPCI passing

Since Aug 25Pushed 1y ago2 watchersCompare

[ Source](https://github.com/terminal42/cashctrl-api)[ Packagist](https://packagist.org/packages/terminal42/cashctrl-api)[ RSS](/packages/terminal42-cashctrl-api/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (3)Used By (0)

terminal42/cashctrl-api
=======================

[](#terminal42cashctrl-api)

An API client for the REST API of cashctrl.com. This client is currently used for our own projects and is subject to heavy changes.

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

[](#installation)

```
$ composer.phar require terminal42/cashctrl-api ^2.0@dev
```

If you are using Symfony, we recommend to use our [CashCtrl Bundle](https://github.com/terminal42/cashctrl-bundle).

Usage
-----

[](#usage)

```
$subdomain  = 'companyname';
$apiKey     = 'foobar';

$client = new Client($subdomain, $apiKey);

// Example call to get person list:
(new PersonEndpoint($client))->list();
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity32

Early-stage or recently created project

 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/1073273?v=4)[Andreas Schempp](/maintainers/aschempp)[@aschempp](https://github.com/aschempp)

![](https://avatars.githubusercontent.com/u/481937?v=4)[Yanick Witschi](/maintainers/Toflar)[@Toflar](https://github.com/Toflar)

---

Top Contributors

[![aschempp](https://avatars.githubusercontent.com/u/1073273?v=4)](https://github.com/aschempp "aschempp (56 commits)")

### Embed Badge

![Health badge](/badges/terminal42-cashctrl-api/health.svg)

```
[![Health](https://phpackages.com/badges/terminal42-cashctrl-api/health.svg)](https://phpackages.com/packages/terminal42-cashctrl-api)
```

PHPackages © 2026

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