PHPackages                             tobimori/kirby-queues - 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. tobimori/kirby-queues

ActiveKirby-plugin[Queues &amp; Workers](/categories/queues)

tobimori/kirby-queues
=====================

A comprehensive background job queue system for Kirby CMS with scheduled task support and panel monitoring interface

1.1.0(3mo ago)141.4k↓78.1%MITPHPPHP ^8.3CI passing

Since Jun 12Pushed 2mo agoCompare

[ Source](https://github.com/tobimori/kirby-queues)[ Packagist](https://packagist.org/packages/tobimori/kirby-queues)[ RSS](/packages/tobimori-kirby-queues/feed)WikiDiscussions main Synced yesterday

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

Queues for Kirby
================

[](#queues-for-kirby)

Queues is a simple but sophisticated queueing API for Kirby CMS inspired by Laravel's queueing system.

Its main goal is to provide plugin developers with a common way to implement background tasks without each plugin having to implement its own queueing system (of course you can also create background tasks unique to your Kirby site); e.g. [Kirby SEO](https://github.com/tobimori/kirby-seo) uses these for page audits, broken links checking; [DreamForm](https://github.com/tobimori/kirby-dreamform) allows you to run "actions" as background tasks to postpone long-running processes such as PDF generation or email sending.

Its storage is powered by the Kirby Caching API, which allows us to easily support a variety of providers, such as File, Redis, and more out of the box. Theoretically, this also supports multiple workers running in parallel on multiple machines, albeit the plugin has not been tested with such a setup.

Queues also supports scheduled jobs in the same worker process.

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

[](#installation)

Kirby Queues requires Composer, since it requires the use of the Kirby CLI. If you use Queues in your plugin, keep in mind that Queues also has to be installed separately by the user.

```
composer require tobimori/kirby-queues getkirby/cli

```

Support
-------

[](#support)

This plugin is provided free of charge &amp; published under the permissive MIT License. If you use it in a commercial project or build your own commercial plugin using Queues, please consider to [sponsor me on GitHub](https://github.com/sponsors/tobimori) or purchase any of my [commercial plugins](https://plugins.andkindness.com/) to support further development and continued maintenance.

License
-------

[](#license)

[MIT License](./LICENSE)Copyright © 2025 Tobias Möritz

###  Health Score

46

—

FairBetter than 92% of packages

Maintenance82

Actively maintained with recent releases

Popularity26

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity55

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 ~90 days

Total

4

Last Release

113d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/29142128?v=4)[Tobias Möritz](/maintainers/tobimori)[@tobimori](https://github.com/tobimori)

---

Top Contributors

[![tobimori](https://avatars.githubusercontent.com/u/29142128?v=4)](https://github.com/tobimori "tobimori (36 commits)")

---

Tags

kirbyschedulerjobsqueueskirbykirby-pluginkirby-cmsbackground tasks

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/tobimori-kirby-queues/health.svg)

```
[![Health](https://phpackages.com/badges/tobimori-kirby-queues/health.svg)](https://phpackages.com/packages/tobimori-kirby-queues)
```

###  Alternatives

[medienbaecker/kirby-modules

Easily add modules to your pages

895.5k1](/packages/medienbaecker-kirby-modules)[bnomei/kirby3-janitor

Kirby Plugin for running commands like cleaning the cache from within the Panel, PHP code or a cronjob

9342.8k2](/packages/bnomei-kirby3-janitor)[bnomei/kirby3-feed

Generate a Atom/JSON/RSS-Feed and XML-Sitemap from Pages-Collections

7227.2k](/packages/bnomei-kirby3-feed)[bnomei/kirby3-htmlhead

Kirby Plugin for a best-practice HTML Head Element extendable with snippets.

253.8k](/packages/bnomei-kirby3-htmlhead)[belugadigital/kirby-navigation

Kirby 5 field for hierarchical menus with drag &amp; drop level indentation.

8614.7k](/packages/belugadigital-kirby-navigation)[bnomei/kirby3-dotenv

Kirby Plugin for environment variables from .env

4149.6k2](/packages/bnomei-kirby3-dotenv)

PHPackages © 2026

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