PHPackages                             sammyjo20/laravel-chunkable-jobs - 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. [Queues &amp; Workers](/categories/queues)
4. /
5. sammyjo20/laravel-chunkable-jobs

ActiveLibrary[Queues &amp; Workers](/categories/queues)

sammyjo20/laravel-chunkable-jobs
================================

Split a job into multiple separate job chunks

v1.1.0(2y ago)83117.1k↑44.8%41MITPHPPHP ^8.1

Since Sep 18Pushed 2y ago3 watchersCompare

[ Source](https://github.com/Sammyjo20/laravel-chunkable-jobs)[ Packagist](https://packagist.org/packages/sammyjo20/laravel-chunkable-jobs)[ RSS](/packages/sammyjo20-laravel-chunkable-jobs/feed)WikiDiscussions v1 Synced 1mo ago

READMEChangelog (7)Dependencies (4)Versions (8)Used By (1)

Laravel Chunkable Jobs
======================

[](#laravel-chunkable-jobs)

[![Build Status](https://github.com/sammyjo20/laravel-chunkable-jobs/actions/workflows/tests.yml/badge.svg)](https://github.com/sammyjo20/laravel-chunkable-jobs/actions/workflows/tests.yml/badge.svg)

This package allows you to split up a process into multiple jobs with their own chunk. This is perfect for processing lots of data as you can delegate the processing into separate jobs or if you are retrieving data from a paginated API. It works by processing the job and then queueing another job to process the next chunk until it reaches the end.

Example
-------

[](#example)

```
