PHPackages                             be-interactive/jobrunner - 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. be-interactive/jobrunner

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

be-interactive/jobrunner
========================

Run Laravel scheduled jobs and commands like a champ.

v1.0.1(7mo ago)00[3 PRs](https://github.com/be-interactive/jobrunner/pulls)MITPHPPHP ^8.3CI passing

Since Oct 12Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/be-interactive/jobrunner)[ Packagist](https://packagist.org/packages/be-interactive/jobrunner)[ Docs](https://github.com/be-interactive/jobrunner)[ GitHub Sponsors]()[ RSS](/packages/be-interactive-jobrunner/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (13)Versions (5)Used By (0)

Run a Laravel scheduled job manually.
=====================================

[](#run-a-laravel-scheduled-job-manually)

Run any command in your Laravel application

Support us
----------

[](#support-us)

[![](resources/images/jobrunner-logo.jpg)](https://be-interactive.nl)

We invest a lot of resources into creating [best in class open source packages](https://be-interactive.nl/open-source). You can support us by [buying one of our paid products](https://be-interactive.nl/open-source/support-us).

We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://be-interactive.nl/contact).

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

[](#installation)

You can install the package via composer:

```
composer require be-interactive/jobrunner
```

You can publish the config file with:

```
php artisan vendor:publish --tag="jobrunner-config"
```

This is the default contents of the published config file:

```
return [
    'folders' => [
        'App\Console\Commands' => __DIR__.'/../app/Console/Commands',
    ],
];
```

Usage
-----

[](#usage)

```
php artisan jobrunner
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Credits
-------

[](#credits)

- [Jeroen Evers](https://github.com/punneke)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance78

Regular maintenance activity

Popularity0

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 81% 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 ~0 days

Total

2

Last Release

219d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1c03380af6b782c9797911756da80c9b86cf7520cc8b64c6e2732e830d09b960?d=identicon)[be-interactive](/maintainers/be-interactive)

---

Top Contributors

[![punneke](https://avatars.githubusercontent.com/u/1737917?v=4)](https://github.com/punneke "punneke (17 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (2 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (2 commits)")

---

Tags

laravelBE-Interactivejobrunner

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/be-interactive-jobrunner/health.svg)

```
[![Health](https://phpackages.com/badges/be-interactive-jobrunner/health.svg)](https://phpackages.com/packages/be-interactive-jobrunner)
```

###  Alternatives

[croustibat/filament-jobs-monitor

Background Jobs monitoring like Horizon for all drivers for FilamentPHP

254255.2k6](/packages/croustibat-filament-jobs-monitor)[hirethunk/verbs

An event sourcing package that feels nice.

513162.9k6](/packages/hirethunk-verbs)[nativephp/mobile

NativePHP for Mobile

82724.0k43](/packages/nativephp-mobile)[wnx/laravel-backup-restore

A package to restore database backups made with spatie/laravel-backup.

203330.1k2](/packages/wnx-laravel-backup-restore)[spatie/laravel-site-search

A site search engine

300129.1k](/packages/spatie-laravel-site-search)[harris21/laravel-fuse

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

3786.5k](/packages/harris21-laravel-fuse)

PHPackages © 2026

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