PHPackages                             testmonitor/donedone-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. testmonitor/donedone-client

ActiveLibrary[API Development](/categories/api)

testmonitor/donedone-client
===========================

The TestMonitor DoneDone Client.

v3.3.0(1y ago)38.6k↓81.1%3[1 PRs](https://github.com/testmonitor/donedone-client/pulls)MITPHPPHP ^8.1CI failing

Since Jan 26Pushed 3w ago2 watchersCompare

[ Source](https://github.com/testmonitor/donedone-client)[ Packagist](https://packagist.org/packages/testmonitor/donedone-client)[ RSS](/packages/testmonitor-donedone-client/feed)WikiDiscussions master Synced today

READMEChangelog (8)Dependencies (5)Versions (10)Used By (0)

TestMonitor DoneDone Client
===========================

[](#testmonitor-donedone-client)

[![Latest Stable Version](https://camo.githubusercontent.com/d41c4e856bc7b6b67c8d0e256ad132c7de3f832505f3d5799c0a383aa18fa28c/68747470733a2f2f706f7365722e707567782e6f72672f746573746d6f6e69746f722f646f6e65646f6e652d636c69656e742f762f737461626c65)](https://packagist.org/packages/testmonitor/donedone-client)[![CircleCI](https://camo.githubusercontent.com/3e4dab56133946c3f65ed3004cbc57696b1c5f9de89f5917f25398a808e6348e/68747470733a2f2f696d672e736869656c64732e696f2f636972636c6563692f70726f6a6563742f6769746875622f746573746d6f6e69746f722f646f6e65646f6e652d636c69656e742e737667)](https://circleci.com/gh/testmonitor/donedone-client)[![StyleCI](https://camo.githubusercontent.com/ba23a68ec3a456a37902d35c9991faf179c9a24f67b40a436cb6c6790de6d135/68747470733a2f2f7374796c6563692e696f2f7265706f732f3232333830303232372f736869656c64)](https://styleci.io/repos/225837714)[![codecov](https://camo.githubusercontent.com/44d3c7913401f491513f4f296534dcd1abb53790a869cc4708bc98e7bd8d06b7/68747470733a2f2f636f6465636f762e696f2f67682f746573746d6f6e69746f722f646f6e65646f6e652d636c69656e742f67726170682f62616467652e7376673f746f6b656e3d38364451504230343231)](https://codecov.io/gh/testmonitor/donedone-client)[![License](https://camo.githubusercontent.com/ed27fef40464bec91a69a954112b1d115daebf18d6577eefbc00e5b67d50bb90/68747470733a2f2f706f7365722e707567782e6f72672f746573746d6f6e69746f722f646f6e65646f6e652d636c69656e742f6c6963656e7365)](https://packagist.org/packages/testmonitor/donedone-client)

This package provides a very basic, convenient, and unified wrapper for the [DoneDone REST api](https://www.donedone.com/api).

Table of Contents
-----------------

[](#table-of-contents)

- [Installation](#installation)
- [Usage](#usage)
- [Examples](#examples)
- [Tests](#tests)
- [Changelog](#changelog)
- [Contributing](#contributing)
- [Credits](#credits)
- [License](#license)

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

[](#installation)

To install the client you need to require the package using composer:

```
$ composer require testmonitor/donedone-client

```

Use composer's autoload:

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

You're all set up now!

Usage
-----

[](#usage)

You'll have to instantiate the client using your credentials:

```
$donedone = new \TestMonitor\DoneDone\Client('email@server.com', 'API token');
```

Next, you can start interacting with DoneDone.

Examples
--------

[](#examples)

Get a list of DoneDone accounts:

```
$projects = $donedone->accounts();
```

Or creating a task, for example (using account 123 and project 456):

```
$task = $donedone->createTask(new \TestMonitor\DoneDone\Resources\Task([
    'title' => 'Some task',
    'description' => 'A better description',
    'status' => 1,
    'priority' => 2,
]), 123, 456);
```

Tests
-----

[](#tests)

The package contains integration tests. You can run them using PHPUnit.

```
$ vendor/bin/phpunit

```

Changelog
---------

[](#changelog)

Refer to [CHANGELOG](CHANGELOG.md) for more information.

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

[](#contributing)

Refer to [CONTRIBUTING](CONTRIBUTING.md) for contributing details.

Credits
-------

[](#credits)

- **Thijs Kok** - *Lead developer* - [ThijsKok](https://github.com/thijskok)
- **Stephan Grootveld** - *Developer* - [Stefanius](https://github.com/stefanius)
- **Frank Keulen** - *Developer* - [FrankIsGek](https://github.com/frankisgek)
- **Muriel Nooder** - *Developer* - [ThaNoodle](https://github.com/thanoodle)

License
-------

[](#license)

The MIT License (MIT). Refer to the [License](LICENSE.md) for more information.

###  Health Score

50

—

FairBetter than 95% of packages

Maintenance72

Regular maintenance activity

Popularity26

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity72

Established project with proven stability

 Bus Factor1

Top contributor holds 60.6% 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 ~271 days

Recently: every ~311 days

Total

8

Last Release

451d ago

Major Versions

v1.2.0 → v2.0.02021-11-08

v2.0.0 → v3.0.02024-04-10

PHP version history (4 changes)v1.0.0PHP ^7.2

v1.2.0PHP ^7.4|^8.0

v2.0.0PHP ^8.0

v3.0.0PHP ^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/47f66133b6b4806a16aaed043daa733f5e97adb7a10c9982d01a1cda9f492040?d=identicon)[stefanius](/maintainers/stefanius)

![](https://www.gravatar.com/avatar/39f48c881813b7d3b044ca5660aa5ab9e60b5dd7c34ed4a47acbb11bd20b7593?d=identicon)[thijskok](/maintainers/thijskok)

---

Top Contributors

[![thijskok](https://avatars.githubusercontent.com/u/1344550?v=4)](https://github.com/thijskok "thijskok (43 commits)")[![stefanius](https://avatars.githubusercontent.com/u/2707905?v=4)](https://github.com/stefanius "stefanius (16 commits)")[![Frankisgek](https://avatars.githubusercontent.com/u/487218?v=4)](https://github.com/Frankisgek "Frankisgek (12 commits)")

---

Tags

clienttestmonitordonedone

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/testmonitor-donedone-client/health.svg)

```
[![Health](https://phpackages.com/badges/testmonitor-donedone-client/health.svg)](https://phpackages.com/packages/testmonitor-donedone-client)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[resend/resend-php

Resend PHP library.

617.2M43](/packages/resend-resend-php)[files.com/files-php-sdk

Files.com PHP SDK

2481.1k](/packages/filescom-files-php-sdk)[aimeos/prisma

A powerful PHP package for integrating media related Large Language Models (LLMs) into your applications

1943.1k5](/packages/aimeos-prisma)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

252.5k](/packages/eslazarev-wildberries-sdk)[volcengine/volcengine-php-sdk

118.7k](/packages/volcengine-volcengine-php-sdk)

PHPackages © 2026

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