PHPackages                             rubenvanerk/laravel-parallel-console-tasks - 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. [CLI &amp; Console](/categories/cli)
4. /
5. rubenvanerk/laravel-parallel-console-tasks

ActiveLibrary[CLI &amp; Console](/categories/cli)

rubenvanerk/laravel-parallel-console-tasks
==========================================

Run tasks in parallel in console commands

0.1.1(3y ago)039[2 PRs](https://github.com/rubenvanerk/laravel-parallel-console-tasks/pulls)MITPHPPHP ^8.1

Since Oct 16Pushed 2y ago1 watchersCompare

[ Source](https://github.com/rubenvanerk/laravel-parallel-console-tasks)[ Packagist](https://packagist.org/packages/rubenvanerk/laravel-parallel-console-tasks)[ Docs](https://github.com/rubenvanerk/laravel-parallel-console-tasks)[ RSS](/packages/rubenvanerk-laravel-parallel-console-tasks/feed)WikiDiscussions main Synced yesterday

READMEChangelog (2)Dependencies (13)Versions (5)Used By (0)

Run tasks in parallel in console commands
=========================================

[](#run-tasks-in-parallel-in-console-commands)

[![Latest Version on Packagist](https://camo.githubusercontent.com/d73996ec964b84b38f6b1e229bb3aea11a5c80b9d05821d8f443c17fafe694b9/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f727562656e76616e65726b2f6c61726176656c2d706172616c6c656c2d636f6e736f6c652d7461736b732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/rubenvanerk/laravel-parallel-console-tasks)[![GitHub Tests Action Status](https://camo.githubusercontent.com/7730191b3ef6a58820ff071762ca1ef2cfa3912e5e0fcd8132a6525bb360f74f/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f727562656e76616e65726b2f6c61726176656c2d706172616c6c656c2d636f6e736f6c652d7461736b732f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/rubenvanerk/laravel-parallel-console-tasks/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/14033bc1e8b42c9664839fff97105c54a9c128efbc2f9f9b89297f2c900390f8/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f727562656e76616e65726b2f6c61726176656c2d706172616c6c656c2d636f6e736f6c652d7461736b732f466978253230504850253230636f64652532307374796c652532306973737565733f6c6162656c3d636f64652532307374796c65)](https://github.com/rubenvanerk/laravel-parallel-console-tasks/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/07085424576897ac8cc23b064e1fdedc5a1d7f5b5c6c40a0bc3c146e9f540b8d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f727562656e76616e65726b2f6c61726176656c2d706172616c6c656c2d636f6e736f6c652d7461736b732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/rubenvanerk/laravel-parallel-console-tasks)

A simple trait to run Laravel Zero-like tasks in parallel.

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

[](#installation)

You can install the package via composer:

```
composer require rubenvanerk/laravel-parallel-console-tasks
```

Usage
-----

[](#usage)

```
