PHPackages                             delta-reporter/phpunit-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. [Testing &amp; Quality](/categories/testing)
4. /
5. delta-reporter/phpunit-client

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

delta-reporter/phpunit-client
=============================

Delta Reporter service for PHPUnit tests

v1.3.2(4y ago)043.2k↓46.9%[2 PRs](https://github.com/delta-reporter/delta-reporter-phpunit/pulls)Apache-2.0PHP

Since Mar 28Pushed 3y agoCompare

[ Source](https://github.com/delta-reporter/delta-reporter-phpunit)[ Packagist](https://packagist.org/packages/delta-reporter/phpunit-client)[ Docs](https://github.com/delta-reporter/delta-reporter-phpunit)[ RSS](/packages/delta-reporter-phpunit-client/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (8)Dependencies (4)Versions (11)Used By (0)

Delta Reporter PHPUnit Service
==============================

[](#delta-reporter-phpunit-service)

This service is intended to send information from PHPUnit tests to Delta Reporter

### Installation

[](#installation)

Installing this service is simple as adding it as a dependency to composer

```
  "minimum-stability": "dev",
  "require-dev": {
    "delta-reporter/phpunit-client" : "*"
  },
```

### Configuration

[](#configuration)

#### Add listener to phpunit.xml

[](#add-listener-to-phpunitxml)

```

                HOST URL
                PROJECT NAME
                TEST TYPE
                ENABLED

```

If the environment variable `DELTA_LAUNCH_ID` is not present, a new launch is going to be created on Delta Reporter automatically using the current date as `PHPUnit Launch {Y-m-d\TH:i:s}`

If you wish to generate a DELTA\_LAUNCH\_ID to pass it to several types of tests, please check this [website](https://delta-reporter.github.io/delta-reporter/jenkins/)

### Sending media to Delta Reporter

[](#sending-media-to-delta-reporter)

You can sent images and video to Delta Reporter, these will be displayed in a container into your test

```
use DeltaReporter\Service\DeltaReporterHTTPService;

abstract class DemoClass extends TestCase
{

	private function demoFunction()
	{
    DeltaReporterHTTPService::saveFileForTest($path, 'img', 'Screenshot description');
  }
}

```

The function `saveFileForTest()` requires three parameters:

- FilePath: string = Full path to upload the media file
- Type: string = Type of media, it accept two values 'img' or 'video'
- Description: string = Description of the media file, which is going to be displayed in a container

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 90% 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 ~72 days

Recently: every ~5 days

Total

8

Last Release

1735d ago

### Community

Maintainers

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

---

Top Contributors

[![Jnegrier](https://avatars.githubusercontent.com/u/14996980?v=4)](https://github.com/Jnegrier "Jnegrier (18 commits)")[![juan-edesk](https://avatars.githubusercontent.com/u/86352185?v=4)](https://github.com/juan-edesk "juan-edesk (2 commits)")

---

Tags

delta-reporterphpunitphpunitreportingreportDelta Reporter

### Embed Badge

![Health badge](/badges/delta-reporter-phpunit-client/health.svg)

```
[![Health](https://phpackages.com/badges/delta-reporter-phpunit-client/health.svg)](https://phpackages.com/packages/delta-reporter-phpunit-client)
```

###  Alternatives

[brianium/paratest

Parallel testing for PHP

2.5k118.8M754](/packages/brianium-paratest)[spatie/phpunit-snapshot-assertions

Snapshot testing with PHPUnit

69617.9M510](/packages/spatie-phpunit-snapshot-assertions)[matthiasnoback/symfony-dependency-injection-test

Library for testing user classes related to the Symfony Dependency Injection Component

2439.0M887](/packages/matthiasnoback-symfony-dependency-injection-test)[allure-framework/allure-phpunit

Allure PHPUnit integration

6612.8M36](/packages/allure-framework-allure-phpunit)[ergebnis/phpunit-slow-test-detector

Provides facilities for detecting slow tests in phpunit/phpunit.

1468.1M72](/packages/ergebnis-phpunit-slow-test-detector)[blastcloud/guzzler

Supercharge your app or SDK with a testing library specifically for Guzzle.

272419.3k35](/packages/blastcloud-guzzler)

PHPackages © 2026

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