PHPackages                             devinweb/laravel-test-parallel - 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. devinweb/laravel-test-parallel

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

devinweb/laravel-test-parallel
==============================

a command to run your tests simultaneously across multiple processes to significantly reduce the time required to run the entire test suite.

v1.0.0(5y ago)87.5k1[2 PRs](https://github.com/devinweb/laravel-test-parallel/pulls)MITPHP

Since Mar 8Pushed 3y ago1 watchersCompare

[ Source](https://github.com/devinweb/laravel-test-parallel)[ Packagist](https://packagist.org/packages/devinweb/laravel-test-parallel)[ RSS](/packages/devinweb-laravel-test-parallel/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (1)Dependencies (3)Versions (5)Used By (0)

Laravel parallel tests
======================

[](#laravel-parallel-tests)

[![StyleCI Shield](https://camo.githubusercontent.com/6802570a546e06013f3ec75f7a4a42ff4a4947a960e205cfebbde02a87539042/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3334323536303234302f736869656c643f6272616e63683d6d6173746572)](https://github.styleci.io/repos/342560240)[![Total Downloads](https://camo.githubusercontent.com/6121342a7f8c2992621cae2a40f6ba6069ee146ec6d7880c186b977caddd5252/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f646576696e7765622f6c61726176656c2d746573742d706172616c6c656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/devinweb/laravel-test-parallel)[![Latest Stable Version](https://camo.githubusercontent.com/d1f75ab23ec79d6aa110863e2896c3a3436b8bec74e45c3c6a5cedd529a4eea8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f646576696e7765622f6c61726176656c2d746573742d706172616c6c656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/devinweb/laravel-test-parallel)[![License](https://camo.githubusercontent.com/fee4c6d6a8fa2dbbcd3dab52d9930b1347d5d4cc77f01f429c8e01a674ac2e51/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f646576696e7765622f6c61726176656c2d746573742d706172616c6c656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/devinweb/laravel-test-parallel)

As you may know laravel parallel testing is already available on [laravel v8.x](https://laravel.com/docs/8.x/testing#running-tests-in-parallel), but this feature not exitst on the old versions 5.x, 6.x and 7.x, So this package is here to fix this gap and enjoy the parallel testing.

It's based on [brianium/paratest](https://github.com/paratestphp/paratest) and implements the same logic that handle the testing command used in laravel, developed by [Nuno Maduro](https://github.com/nunomaduro).

Requirement
-----------

[](#requirement)

This package requires

```
"phpunit/phpunit": "^9.5.1"
```

To update your phpunit package you can add this dev dependency on your `composer.json`

```
{
    ...

    "require-dev": {
       ...,
       "phpunit/phpunit": "^9.5.1"
   },

   ...
}
```

Then remove your `composer.lock` file and tell the composer to install all the dependencies using `composer install`.

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

[](#installation)

You can install the package via composer:

```
composer require devinweb/laravel-test-parallel
```

This package will register itself automatically if your Laravel version 5.5+, through package auto-discovery.

Usage
-----

[](#usage)

To enjoy with the testing parallel run this command

```
php artisan test:parallel -p6
```

For more options you can run

```
php artisan test:parallel --help
```

Phpunit.xml
-----------

[](#phpunitxml)

Make sure to update all `` to `` in your **phpunit.xml** file.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 83.3% 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

1892d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d0a343c198b191623c228bbae72d3c5722f1dc2ec9b4275beed565ced3f3cf4a?d=identicon)[darbaoui imad](/maintainers/darbaoui%20imad)

---

Top Contributors

[![darbaoui](https://avatars.githubusercontent.com/u/6907747?v=4)](https://github.com/darbaoui "darbaoui (15 commits)")[![youssefdevinweb](https://avatars.githubusercontent.com/u/72791382?v=4)](https://github.com/youssefdevinweb "youssefdevinweb (2 commits)")[![devinwebos](https://avatars.githubusercontent.com/u/39806140?v=4)](https://github.com/devinwebos "devinwebos (1 commits)")

---

Tags

devinweblaravelparalleltests

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/devinweb-laravel-test-parallel/health.svg)

```
[![Health](https://phpackages.com/badges/devinweb-laravel-test-parallel/health.svg)](https://phpackages.com/packages/devinweb-laravel-test-parallel)
```

###  Alternatives

[phpspec/prophecy

Highly opinionated mocking framework for PHP 5.3+

8.5k551.7M682](/packages/phpspec-prophecy)[vimeo/psalm

A static analysis tool for finding errors in PHP applications

5.8k77.5M6.7k](/packages/vimeo-psalm)[brianium/paratest

Parallel testing for PHP

2.5k118.8M754](/packages/brianium-paratest)[orchestra/testbench

Laravel Testing Helper for Packages Development

2.2k39.1M32.1k](/packages/orchestra-testbench)[pdepend/pdepend

Official version of pdepend to be handled with Composer

954110.9M815](/packages/pdepend-pdepend)[instaclick/php-webdriver

PHP WebDriver for Selenium 2

43761.8M22](/packages/instaclick-php-webdriver)

PHPackages © 2026

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