PHPackages                             wizaplace/phpunit-slicer - 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. wizaplace/phpunit-slicer

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

wizaplace/phpunit-slicer
========================

1.0(4y ago)4070.2k↓40.7%13[3 issues](https://github.com/wizacode/phpunit-slicer/issues)MITPHPPHP ^7.1|^8.0

Since Feb 13Pushed 4y ago4 watchersCompare

[ Source](https://github.com/wizacode/phpunit-slicer)[ Packagist](https://packagist.org/packages/wizaplace/phpunit-slicer)[ RSS](/packages/wizaplace-phpunit-slicer/feed)WikiDiscussions master Synced today

READMEChangelog (4)Dependencies (1)Versions (6)Used By (0)

Slice your [PHPUnit](https://phpunit.de/) test suite in chunks to run it in parallel.

[![CircleCI](https://camo.githubusercontent.com/30a68c1ccef25b02b9df7462e1077f1fcc409183495f82e2a285899566e4788c/68747470733a2f2f636972636c6563692e636f6d2f67682f77697a61636f64652f706870756e69742d736c696365722f747265652f6d61737465722e7376673f7374796c653d737667)](https://circleci.com/gh/wizaplace/php-etl/tree/master)

Usage
-----

[](#usage)

Install phpunit-slicer using Composer:

```
composer require --dev wizaplace/phpunit-slicer

```

Instead of running your test suite with `vendor/bin/phpunit`, run phpunit-slicer instead:

```
vendor/bin/phpunit-slicer --slices 1/2

```

The `--slices` allows to define how many slices to use and which one to run. For example `1/2` means that the test suite will be split in 2, and only the first slice will be run.

PHPUnit-slicer is mainly useful for continuous integration: it allows to run a large test suite in parallel accross several jobs. To enable this, simply replace your single PHPUnit job with 2 (or more) jobs:

- `vendor/bin/phpunit-slicer --slices 1/2`
- `vendor/bin/phpunit-slicer --slices 2/2`

License
-------

[](#license)

This project is released under [the MIT license](LICENSE).

###  Health Score

42

—

FairBetter than 88% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity43

Moderate usage in the ecosystem

Community19

Small or concentrated contributor base

Maturity72

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~504 days

Total

4

Last Release

1550d ago

Major Versions

0.1.2 → 1.02022-04-06

PHP version history (2 changes)0.1.0PHP ^7.1

1.0PHP ^7.1|^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/41571181?v=4)[Cédric Bertolini](/maintainers/wizacedric)[@wizacedric](https://github.com/wizacedric)

---

Top Contributors

[![vdechenaux](https://avatars.githubusercontent.com/u/1501825?v=4)](https://github.com/vdechenaux "vdechenaux (7 commits)")[![mnapoli](https://avatars.githubusercontent.com/u/720328?v=4)](https://github.com/mnapoli "mnapoli (5 commits)")[![ecourtial](https://avatars.githubusercontent.com/u/57905107?v=4)](https://github.com/ecourtial "ecourtial (4 commits)")[![wizacedric](https://avatars.githubusercontent.com/u/41571181?v=4)](https://github.com/wizacedric "wizacedric (1 commits)")[![philippe-vandermoere](https://avatars.githubusercontent.com/u/40563270?v=4)](https://github.com/philippe-vandermoere "philippe-vandermoere (1 commits)")[![mcfedr](https://avatars.githubusercontent.com/u/704356?v=4)](https://github.com/mcfedr "mcfedr (1 commits)")[![porebskk](https://avatars.githubusercontent.com/u/1168596?v=4)](https://github.com/porebskk "porebskk (1 commits)")

### Embed Badge

![Health badge](/badges/wizaplace-phpunit-slicer/health.svg)

```
[![Health](https://phpackages.com/badges/wizaplace-phpunit-slicer/health.svg)](https://phpackages.com/packages/wizaplace-phpunit-slicer)
```

###  Alternatives

[brianium/paratest

Parallel testing for PHP

2.5k136.1M986](/packages/brianium-paratest)[drupal/core-dev

require-dev dependencies from drupal/drupal; use in addition to drupal/core-recommended to run tests from drupal/core.

2022.6M344](/packages/drupal-core-dev)[webmozarts/strict-phpunit

Enables type-safe comparisons of objects in PHPUnit

30314.4k7](/packages/webmozarts-strict-phpunit)

PHPackages © 2026

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