PHPackages                             jeroenvanderlaan/phpunit-cli-setup - 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. jeroenvanderlaan/phpunit-cli-setup

ActiveLibrary

jeroenvanderlaan/phpunit-cli-setup
==================================

A PHPUnit extension for preparing test suite execution using CLI commands

00PHP

Since Mar 29Pushed 5y ago1 watchersCompare

[ Source](https://github.com/JeroenVanDerLaan/phpunit-cli-setup)[ Packagist](https://packagist.org/packages/jeroenvanderlaan/phpunit-cli-setup)[ RSS](/packages/jeroenvanderlaan-phpunit-cli-setup/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

PHPUnit CLI Setup
=================

[](#phpunit-cli-setup)

A PHPUnit extension for preparing test suite execution using CLI commands.

**This package is a work in progess.**

Install
-------

[](#install)

`composer require --dev jeroenvanderlaan/phpunit-cli-setup`

*Currently only PHP 8 and PHPUnit 9.5 are supported.*

Usage
-----

[](#usage)

Add the `CliSetupExtension` to your `phpunit.xml` `` configuration and have it execute CLI commands before running your test suite(s).

```

                bin/my-command

```

This will execute `bin/my-command` before running your test suite(s).

Optionally, you can limit the execution of CLI commands to specific test suites only.

```

                bin/my-command

                        my-test-suite

```

This will execute `bin/my-command` only when running the test suite `my-test-suite`.

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity30

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://www.gravatar.com/avatar/d7d85544dbae99b354a96ff9d464beb0616f71a0cbef4b02d45188a4d2e54b77?d=identicon)[JeroenVanDerLaan](/maintainers/JeroenVanDerLaan)

---

Top Contributors

[![JeroenVanDerLaan](https://avatars.githubusercontent.com/u/18327901?v=4)](https://github.com/JeroenVanDerLaan "JeroenVanDerLaan (3 commits)")

### Embed Badge

![Health badge](/badges/jeroenvanderlaan-phpunit-cli-setup/health.svg)

```
[![Health](https://phpackages.com/badges/jeroenvanderlaan-phpunit-cli-setup/health.svg)](https://phpackages.com/packages/jeroenvanderlaan-phpunit-cli-setup)
```

PHPackages © 2026

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