PHPackages                             jonassiewertsen/statamic-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. jonassiewertsen/statamic-jobs

ActiveStatamic-addon[Queues &amp; Workers](/categories/queues)

jonassiewertsen/statamic-jobs
=============================

v1.5.0(2y ago)106.7k↓36.7%3MITPHPPHP ^8.1

Since Jun 29Pushed 2y ago1 watchersCompare

[ Source](https://github.com/jonassiewertsen/statamic-jobs)[ Packagist](https://packagist.org/packages/jonassiewertsen/statamic-jobs)[ GitHub Sponsors](https://github.com/jonassiewertsen)[ RSS](/packages/jonassiewertsen-statamic-jobs/feed)WikiDiscussions main Synced yesterday

READMEChangelog (9)Dependencies (4)Versions (12)Used By (0)

Statamic Jobs
=============

[](#statamic-jobs)

[![Statamic 3.1+](https://camo.githubusercontent.com/6d29f77d63e0320bd6e86ffba641cb51f749553ceb25b16d817fd685d5067777/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f53746174616d69632d332e312b2d4646323639453f7374796c653d666f722d7468652d6261646765266c696e6b3d68747470733a2f2f73746174616d69632e636f6d)](https://camo.githubusercontent.com/6d29f77d63e0320bd6e86ffba641cb51f749553ceb25b16d817fd685d5067777/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f53746174616d69632d332e312b2d4646323639453f7374796c653d666f722d7468652d6261646765266c696e6b3d68747470733a2f2f73746174616d69632e636f6d)[![Latest Version on Packagist](https://camo.githubusercontent.com/8a7fda195144e7e13b673a8715b910519c93967ffbcbfa5bbf3352bb1bc6b6f0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6a6f6e61737369657765727473656e2f73746174616d69632d6a6f62732e7376673f7374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/jonassiewertsen/statamic-jobs)

This addon does provide a simple solution for small Statamic setups: A failing job will be saved as flat file in the `storage`.

Why should I use this addon? Laravel does handle failed jobs by default, but does need a database. What if your Statamic setup does not have or need a database?

Well ... failing jobs can not be handled!

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

[](#installation)

### 1. Require the package

[](#1-require-the-package)

```
composer require jonassiewertsen/statamic-jobs
```

### 2. Configure the `Failed Queue Jobs` Driver

[](#2-configure-the-failed-queue-jobs-driver)

```
// config/queue.php

    'failed' => [
        'driver' => env('QUEUE_FAILED_DRIVER', 'file'),
        // 'storage_path' => storage_path('failed-jobs'),
    ],

    // INSTEAD of fx
    // 'failed' => [
    //     'driver' => env('QUEUE_FAILED_DRIVER', 'statamic'),
    //     'database' => env('DB_CONNECTION', 'mysql'),
    //     'table' => 'failed_jobs',
    // ],
```

Usage
-----

[](#usage)

You can access your failed jobs via the default artisan commands. Fx.:

`php artisan queue:failed` &lt;- list all failed jobs

`php artisan queue:retry JOB_UUID_ID` &lt;- Retry a given job

`php artisan queue:flush` &lt;- Flush all failed jobs

Requirements
------------

[](#requirements)

- PHP &gt;= 8.0
- Laravel 10
- Statamic 4

Support
-------

[](#support)

I love to share with the community. Nevertheless, it does take a lot of work, time and effort.

[Sponsor me on GitHub](https://github.com/sponsors/jonassiewertsen/) to support my work and the support for this addon.

License
-------

[](#license)

This plugin is published under the MIT license. Feel free to use it and remember to spread love.

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity30

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 91.9% 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 ~130 days

Recently: every ~186 days

Total

9

Last Release

782d ago

PHP version history (2 changes)v1.0.0-beta.1PHP ^8.0

v1.4.0PHP ^8.1

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/38906163?v=4)[Jonas Siewertsen](/maintainers/jonassiewertsen)[@jonassiewertsen](https://github.com/jonassiewertsen)

---

Top Contributors

[![jonassiewertsen](https://avatars.githubusercontent.com/u/38906163?v=4)](https://github.com/jonassiewertsen "jonassiewertsen (34 commits)")[![edalzell](https://avatars.githubusercontent.com/u/6069653?v=4)](https://github.com/edalzell "edalzell (1 commits)")[![jackmcdade](https://avatars.githubusercontent.com/u/44739?v=4)](https://github.com/jackmcdade "jackmcdade (1 commits)")[![oakeddev](https://avatars.githubusercontent.com/u/113590939?v=4)](https://github.com/oakeddev "oakeddev (1 commits)")

---

Tags

laravelphpqueuestatamicstatamic-addonlaraveladdonstatamic

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/jonassiewertsen-statamic-jobs/health.svg)

```
[![Health](https://phpackages.com/badges/jonassiewertsen-statamic-jobs/health.svg)](https://phpackages.com/packages/jonassiewertsen-statamic-jobs)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M345](/packages/psalm-plugin-laravel)[harris21/laravel-fuse

Circuit breaker for Laravel queue jobs. Protect your workers from cascading failures.

44855.7k](/packages/harris21-laravel-fuse)[api-platform/laravel

API Platform support for Laravel

58171.4k14](/packages/api-platform-laravel)[marcorieser/statamic-livewire

A Laravel Livewire integration for Statamic.

23111.5k14](/packages/marcorieser-statamic-livewire)[reachweb/statamic-livewire-filters

Livewire filters for Statamic collections.

1713.2k](/packages/reachweb-statamic-livewire-filters)

PHPackages © 2026

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