PHPackages                             goody-tech/laravel-sync-batch - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. goody-tech/laravel-sync-batch

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

goody-tech/laravel-sync-batch
=============================

laravel-sync-batch

2.0(1mo ago)04.3kMITPHP

Since Aug 16Pushed 1mo agoCompare

[ Source](https://github.com/goody-system/laravel-sync-batch)[ Packagist](https://packagist.org/packages/goody-tech/laravel-sync-batch)[ RSS](/packages/goody-tech-laravel-sync-batch/feed)WikiDiscussions main Synced 1mo ago

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

親バッチ

```
ParallelBatch::runningParallelBatch(function ($master_id) {
            //子バッチ
            ParallelBatch::createChildBatch(
                $master_id
                , 'app:child'
                , '--prm1=500 --prm2=200'
            );

            ParallelBatch::createChildBatch(
                $master_id
                , 'app:child'
                , '--prm1=501 --prm2=201'
            );

        });

```

子バッチ

```
protected $signature = 'app:child {--process_id=}';

    public function handle()
    {
        try {
            /**
             * your process
             */

            /**
             * your process end
             */
        } finally {
            ParallelBatch::endChildProcess($this);
        }
    }

```

###  Health Score

45

—

FairBetter than 92% of packages

Maintenance95

Actively maintained with recent releases

Popularity21

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity47

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

Every ~189 days

Recently: every ~236 days

Total

6

Last Release

52d ago

Major Versions

1.4 → 2.02026-03-18

### Community

Maintainers

![](https://www.gravatar.com/avatar/0a3eb3edfe641c93216b5a478ffa41981c7e40b4e494f076044e8e12c543f9d9?d=identicon)[goody-yamato](/maintainers/goody-yamato)

---

Top Contributors

[![goody-yamaguchi-dai](https://avatars.githubusercontent.com/u/87276241?v=4)](https://github.com/goody-yamaguchi-dai "goody-yamaguchi-dai (8 commits)")

### Embed Badge

![Health badge](/badges/goody-tech-laravel-sync-batch/health.svg)

```
[![Health](https://phpackages.com/badges/goody-tech-laravel-sync-batch/health.svg)](https://phpackages.com/packages/goody-tech-laravel-sync-batch)
```

###  Alternatives

[wireui/wireui

TallStack components

1.8k1.3M16](/packages/wireui-wireui)[livewire/volt

An elegantly crafted functional API for Laravel Livewire.

4195.3M84](/packages/livewire-volt)[ramonrietdijk/livewire-tables

Dynamic tables for models with Laravel Livewire

21147.4k](/packages/ramonrietdijk-livewire-tables)

PHPackages © 2026

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