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

AbandonedArchivedStatamic-addon

kinjari/statamic-jobs
=====================

v1.6(1y ago)01MITPHPPHP ^8.1

Since May 3Pushed 1y agoCompare

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

READMEChangelog (1)Dependencies (4)Versions (2)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

28

—

LowBetter than 54% of packages

Maintenance49

Moderate activity, may be stable

Popularity1

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 89.5% 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

Unknown

Total

1

Last Release

374d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f6a58d95e2d77975f0b1ef1a94ae21bc1f4e292fb55e2b68b141328ecdbbe386?d=identicon)[lukehebb](/maintainers/lukehebb)

---

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)")[![lukehebb](https://avatars.githubusercontent.com/u/3617309?v=4)](https://github.com/lukehebb "lukehebb (1 commits)")[![oakeddev](https://avatars.githubusercontent.com/u/113590939?v=4)](https://github.com/oakeddev "oakeddev (1 commits)")

---

Tags

laraveladdonstatamic

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[statamic/statamic

Statamic

824170.4k](/packages/statamic-statamic)[marcorieser/statamic-livewire

A Laravel Livewire integration for Statamic.

2381.5k10](/packages/marcorieser-statamic-livewire)[marcorieser/statamic-live-search

A Statamic Live Search realized with Laravel Livewire.

2210.5k](/packages/marcorieser-statamic-live-search)[visuellverstehen/statamic-classify

A useful helper to add CSS classes to all HTML tags generated by the bard editor.

20116.8k](/packages/visuellverstehen-statamic-classify)[jonassiewertsen/statamic-jobs

106.3k](/packages/jonassiewertsen-statamic-jobs)[withcandour/aardvark-seo

Save time and get your Statamic site to rank better with the SEO addon for Statamic.

13128.3k](/packages/withcandour-aardvark-seo)

PHPackages © 2026

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