PHPackages                             charonlab/testing - 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. charonlab/testing

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

charonlab/testing
=================

Testing utilities for charonlab packages.

1.0.0(2y ago)034MITPHPPHP &gt;=8.1

Since Mar 12Pushed 2y ago1 watchersCompare

[ Source](https://github.com/charonlab/testing)[ Packagist](https://packagist.org/packages/charonlab/testing)[ RSS](/packages/charonlab-testing/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

charonlab/testing
=================

[](#charonlabtesting)

[![License](https://camo.githubusercontent.com/6c418cd27292f667b3df03582a6557960c6c2821d72b4ca94764ca2fc7e4f85f/68747470733a2f2f706f7365722e707567782e6f72672f636861726f6e6c61622f74657374696e672f6c6963656e73652e737667)](https://packagist.org/packages/charonlab/testing)

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

[](#installation)

Use the composer to install:

```
composer require --dev charonlab/testing
```

Usage
-----

[](#usage)

### PHPUnit

[](#phpunit)

Create a `phpunit.xml.dist` file, below is a sample configuration.

```

            tests

            src

```

### PHPBench

[](#phpbench)

Create a `phpbench.json` file, below is a sample configuration.

```
{
  "$schema":"./vendor/phpbench/phpbench/phpbench.schema.json",

  "runner.bootstrap": "./vendor/autoload.php",
  "runner.path": "tests/Performance",
  "runner.progress": "plain",
  "runner.iterations": 20,
  "runner.revs": 1000,
  "runner.file_pattern": "*Bench.php",
  "report.generators": {

    "compressed": {
      "title": "Charon Container Benchmark Tests",
      "generator": "expression",
      "cols": [ "benchmark", "subject", "mem_peak", "mode", "mean", "best", "worst" ]
    }
  },

  "core.extensions": [
    "PhpBench\\Extensions\\XDebug\\XDebugExtension"
  ]
}
```

Support
-------

[](#support)

- [Issues](https://github.com/charonlab/testing/issues/)

License
-------

[](#license)

The MIT License (MIT). Please see [License](LICENSE) for more information.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

795d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/94bd2c04e4ee4d67a65c0ec26c3c67e7f56c3e00ddbfef9e2f697acbcc812cd4?d=identicon)[grmvoid](/maintainers/grmvoid)

---

Top Contributors

[![grmvoid](https://avatars.githubusercontent.com/u/10816981?v=4)](https://github.com/grmvoid "grmvoid (9 commits)")

### Embed Badge

![Health badge](/badges/charonlab-testing/health.svg)

```
[![Health](https://phpackages.com/badges/charonlab-testing/health.svg)](https://phpackages.com/packages/charonlab-testing)
```

###  Alternatives

[orchestra/testbench

Laravel Testing Helper for Packages Development

2.2k39.1M32.1k](/packages/orchestra-testbench)[timacdonald/log-fake

A drop in fake logger for testing with the Laravel framework.

4235.9M56](/packages/timacdonald-log-fake)[jasonmccreary/laravel-test-assertions

A set of helpful assertions when testing Laravel applications.

3513.9M32](/packages/jasonmccreary-laravel-test-assertions)[ergebnis/phpunit-slow-test-detector

Provides facilities for detecting slow tests in phpunit/phpunit.

1468.1M72](/packages/ergebnis-phpunit-slow-test-detector)[typo3/testing-framework

The TYPO3 testing framework provides base classes for unit, functional and acceptance testing.

675.0M775](/packages/typo3-testing-framework)[robiningelbrecht/phpunit-pretty-print

Prettify PHPUnit output

76460.0k15](/packages/robiningelbrecht-phpunit-pretty-print)

PHPackages © 2026

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