PHPackages                             umbrellio/laravel-heavy-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. [Caching](/categories/caching)
4. /
5. umbrellio/laravel-heavy-jobs

ActiveLibrary[Caching](/categories/caching)

umbrellio/laravel-heavy-jobs
============================

Позволяет отдельно хранить огромные данные задачи из очереди.

3.5.0(1y ago)555.7k↓39%[2 PRs](https://github.com/umbrellio/laravel-heavy-jobs/pulls)1MITPHPPHP ^8.0CI failing

Since Dec 5Pushed 1y ago3 watchersCompare

[ Source](https://github.com/umbrellio/laravel-heavy-jobs)[ Packagist](https://packagist.org/packages/umbrellio/laravel-heavy-jobs)[ RSS](/packages/umbrellio-laravel-heavy-jobs/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (6)Versions (28)Used By (1)

Laravel heavy-jobs
==================

[](#laravel-heavy-jobs)

[![Github Status](https://github.com/umbrellio/laravel-heavy-jobs/workflows/CI/badge.svg)](https://github.com/umbrellio/laravel-heavy-jobs/actions)[![Coverage Status](https://camo.githubusercontent.com/e716b1998fb0e78699caf92957738f35451e5dcaab3da573a832f4f99fd1131d/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f756d6272656c6c696f2f6c61726176656c2d68656176792d6a6f62732f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/umbrellio/laravel-heavy-jobs?branch=master)[![Latest Stable Version](https://camo.githubusercontent.com/082f9886e26a3f318b7c72844628edfbab2b1e933ff314d3aefce5937ea26919/68747470733a2f2f706f7365722e707567782e6f72672f756d6272656c6c696f2f6c61726176656c2d68656176792d6a6f62732f762f737461626c652e706e67)](https://packagist.org/packages/umbrellio/laravel-heavy-jobs)[![Total Downloads](https://camo.githubusercontent.com/04d75c5e88bf9af6ef30c5e669620cbeefa0a89d1aebde19f88cfd649048e9c2/68747470733a2f2f706f7365722e707567782e6f72672f756d6272656c6c696f2f6c61726176656c2d68656176792d6a6f62732f646f776e6c6f6164732e706e67)](https://packagist.org/packages/umbrellio/laravel-heavy-jobs)[![Code Intelligence Status](https://camo.githubusercontent.com/ac08f2be06a672a6b2ead6f99aad46dfc466299f5cfe7a45b9a6f9c816bc1efd/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f756d6272656c6c696f2f6c61726176656c2d68656176792d6a6f62732f6261646765732f636f64652d696e74656c6c6967656e63652e7376673f623d6d6173746572)](https://scrutinizer-ci.com/code-intelligence)[![Build Status](https://camo.githubusercontent.com/f03f67b9428a05896d17d38369aa4d177c8076e56a4551a142f06e2b40cadac0/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f756d6272656c6c696f2f6c61726176656c2d68656176792d6a6f62732f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/umbrellio/laravel-heavy-jobs/build-status/master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/2a4a3c7f7946f5c3d0c79022ffb2225f069f7976bc1263445c21c6513b06b290/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f756d6272656c6c696f2f6c61726176656c2d68656176792d6a6f62732f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/umbrellio/laravel-heavy-jobs/?branch=master)

Пакет позволяет сохранять большой payload джобки в стороннем хранилище.

Установка
---------

[](#установка)

**Добавление пакета через composer**

`composer require umbrellio/laravel-heavy-jobs`

**Миграция настроек пакета**

`php artisan vendor:publish --tag heavy-jobs-config`

**Проверка зависимостей**

Пакет работает только с редис-клиентом `php-redis`, соответственно нужно проверить что в `config/database.php` значится что-то вроде

```
'redis' => [
    'client' => env('REDIS_CLIENT', 'phpredis'),
```

Documentation
-------------

[](#documentation)

Для того что бы изменить хранилище payload'a джобки, у неё необходимо указать интерфейс `Umbrellio\LaravelHeavyJobs\Jobs\ShouldStorePayload`

```
use Umbrellio\LaravelHeavyJobs\Jobs\ShouldStorePayload;
use Illuminate\Contracts\Queue\ShouldQueue;

class SimpleJob implements ShouldQueue, ShouldStorePayload
{
    ...
}
```

###  Health Score

46

—

FairBetter than 93% of packages

Maintenance44

Moderate activity, may be stable

Popularity33

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity73

Established project with proven stability

 Bus Factor1

Top contributor holds 60% 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 ~100 days

Recently: every ~178 days

Total

20

Last Release

441d ago

Major Versions

1.1.0 → 2.0.02020-06-04

2.4.0 → 3.0.02022-07-27

PHP version history (3 changes)1.0.0PHP &gt;=7.2

2.1.0PHP ^7.2|^7.3|^7.4|^8.0

3.0.0PHP ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/023972c6d4f6faeb92150036503d5cbcf7b01217869ad8ea29a07b677c075807?d=identicon)[umbrellio](/maintainers/umbrellio)

![](https://www.gravatar.com/avatar/305aa11a2e5ebf953f01a62e16a833f72a93b90c1be4f001bb192f7b8924a24f?d=identicon)[lastbyte](/maintainers/lastbyte)

---

Top Contributors

[![run-byte-run](https://avatars.githubusercontent.com/u/3127978?v=4)](https://github.com/run-byte-run "run-byte-run (18 commits)")[![pvsaintpe](https://avatars.githubusercontent.com/u/16900171?v=4)](https://github.com/pvsaintpe "pvsaintpe (5 commits)")[![evgeek](https://avatars.githubusercontent.com/u/93479789?v=4)](https://github.com/evgeek "evgeek (4 commits)")[![Kosadchiy](https://avatars.githubusercontent.com/u/35429123?v=4)](https://github.com/Kosadchiy "Kosadchiy (1 commits)")[![Kriso1337](https://avatars.githubusercontent.com/u/26929000?v=4)](https://github.com/Kriso1337 "Kriso1337 (1 commits)")[![Zlob](https://avatars.githubusercontent.com/u/3818931?v=4)](https://github.com/Zlob "Zlob (1 commits)")

---

Tags

laravelredisextensionumbrellio

###  Code Quality

TestsPHPUnit

Code StyleECS

### Embed Badge

![Health badge](/badges/umbrellio-laravel-heavy-jobs/health.svg)

```
[![Health](https://phpackages.com/badges/umbrellio-laravel-heavy-jobs/health.svg)](https://phpackages.com/packages/umbrellio-laravel-heavy-jobs)
```

###  Alternatives

[awssat/laravel-visits

Laravel Redis visits counter for Eloquent models

975163.6k2](/packages/awssat-laravel-visits)[longman/laravel-lodash

Add more functional to Laravel

9792.9k](/packages/longman-laravel-lodash)[encore/redis-manager

Redis manager for laravel

25243.1k](/packages/encore-redis-manager)[byerikas/cache-tags

Allows for Redis/Valkey cache flushing multiple tagged items by a single tag.

1413.9k](/packages/byerikas-cache-tags)[moox/jobs

Manage Job Queues, Failed Jobs and Batches in Filament.

6421.8k](/packages/moox-jobs)

PHPackages © 2026

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