PHPackages                             kurbar/wildduck-test-server - 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. [Testing &amp; Quality](/categories/testing)
4. /
5. kurbar/wildduck-test-server

ActiveLibrary[Testing &amp; Quality](/categories/testing)

kurbar/wildduck-test-server
===========================

A helper package for writing tests that interact with Wildduck at some way

0.8.8(3mo ago)01.9k1[2 issues](https://github.com/kurbar/wildduck-test-server/issues)2MITShell

Since Sep 16Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/kurbar/wildduck-test-server)[ Packagist](https://packagist.org/packages/kurbar/wildduck-test-server)[ RSS](/packages/kurbar-wildduck-test-server/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (10)DependenciesVersions (15)Used By (2)

Wildduck test server as a package
=================================

[](#wildduck-test-server-as-a-package)

This is a helper package for writing tests that interact with the Wildduck API or other parts in some way. It exposes a test server script via the vendor/node\_modules bin directory to easily link it with your NPM or Compose flows.

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

[](#installation)

**Note:** Currently only supported on Mac and Linux. Windows support is coming.

### For Mac users

[](#for-mac-users)

This package relies on `readlink -f` but Mac's default installed `readlink` does not support the `-f` option. Hence, `coreutils` should be installed. Can be installed via MacPorts or Homebrew (`brew install coreutils`).

Via NPM:

```
npm install --save-dev wildduck-test-server
```

Via Composer:

```
composer require --dev kurbar/wildduck-test-server
```

Usage
-----

[](#usage)

It can be used in different ways.

1. As a standalone script NPM:

```
node_modules/bin/wildduck-test-server start|stop
```

Composer:

```
vendor/bin/wildduck-test-server start|stop
```

2. Or tied into your package.json/composer.json flow NPM:

```
{
  "scripts": {
    "test:wd": "wildduck-test-server start && npm test && wildduck-test-server stop"
  }
}
```

Composer (Note: it is recommended to disable process timeout since on first start it might take a while and Composer will time out executing):

```
{
  "scripts": {
    "test": [
      "Composer\\Config::disableProcessTimeout",
      "wildduck-test-server start",
      "phpunit tests/",
      "wildduck-test-server stop"
    ]
  }
}
```

###  Health Score

43

—

FairBetter than 90% of packages

Maintenance79

Regular maintenance activity

Popularity18

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 74.4% 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 ~153 days

Recently: every ~300 days

Total

14

Last Release

112d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/44c9b950b8b6c31fea0328c20da416cbca715cce7df4a1ac89d1c7020583624b?d=identicon)[kurbar](/maintainers/kurbar)

---

Top Contributors

[![kurbar](https://avatars.githubusercontent.com/u/2259381?v=4)](https://github.com/kurbar "kurbar (32 commits)")[![jissepo](https://avatars.githubusercontent.com/u/14044620?v=4)](https://github.com/jissepo "jissepo (11 commits)")

### Embed Badge

![Health badge](/badges/kurbar-wildduck-test-server/health.svg)

```
[![Health](https://phpackages.com/badges/kurbar-wildduck-test-server/health.svg)](https://phpackages.com/packages/kurbar-wildduck-test-server)
```

###  Alternatives

[dms/phpunit-arraysubset-asserts

This package provides ArraySubset and related asserts once deprecated in PHPUnit 8

14228.7M340](/packages/dms-phpunit-arraysubset-asserts)[orchestra/workbench

Workbench Companion for Laravel Packages Development

8219.1M69](/packages/orchestra-workbench)[phpbenchmark/phpbenchmark

Easy to use benchmark toolkit for your PHP-application. This library contains classes for comparing algorithms as well as benchmarking application responses

8011.5k2](/packages/phpbenchmark-phpbenchmark)

PHPackages © 2026

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