# paratestphp/paratest

:computer: Parallel testing for PHPUnit

Repository: https://github.com/paratestphp/paratest
Canonical: https://ross.abutalabs.com/products/paratest
Language: PHP
License: MIT
License Family: permissive
Last push: 2026-08-23T05:29:15+00:00

## Health v2 (maintenance only)
Score: 99/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 98, longevity 100
- inputs: {"age_days": 5068, "days_push": 10, "days_rel": 16, "gap_med": 8.0, "n_releases_24m": 55}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2493, forks 256 (observed 2026-08-28T04:06:56.572434+00:00)

## What it is
ParaTest is a CLI tool that runs PHPUnit test suites in parallel across multiple processes. It requires zero configuration and can combine code coverage reports from all parallel workers into a single report.

## Use cases
- speed up slow phpunit test suites by running tests in parallel
- run phpunit tests across multiple cpu cores
- combine code coverage reports from parallel test processes
- parallelize tests by testcase or by individual test method
- give each parallel test process its own database via TEST_TOKEN

## When to choose
- you have a large PHPUnit suite that takes too long to run sequentially
- you want parallel testing with no extra bootstrap or configuration
- you need merged code coverage from parallel test runs

## When to avoid
- your project uses an older PHPUnit version, since only the latest is supported
- your tests are not isolated and share state like databases or files
- you use a testing framework other than PHPUnit

## Facets
- artifact type: cli-tool
- maturity: active
- function: testing, e2e-testing, cli
- domain: testing, developer-tools
- platform: cli, php, cross-platform
- tags: phpunit, parallel-testing, code-coverage, composer, php

## Member repositories
- paratestphp/paratest (main) score 99

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:56.572434+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:27:36.688938+00:00, confidence not recorded.
  - readme: https://github.com/paratestphp/paratest (fetched 2026-08-28T04:06:56.572434+00:00, sha 36e5994e97e7)
- Data as of 2026-08-30T08:39:29.467469+00:00.
