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(10mo ago)00[3 PRs](https://github.com/be-interactive/jobrunner/pulls)MITPHPPHP ^8.3CI passing

Since Oct 12Pushed 4mo 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 1w ago

READMEChangelogDependencies (13)Versions (6)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

35

—

LowBetter than 77% of packages

Maintenance67

Regular maintenance activity

Popularity0

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity55

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

310d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3807812?v=4)[BE-Interactive B.V.](/maintainers/be-interactive)[@be-interactive](https://github.com/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

[laravel/ai

The official AI SDK for Laravel.

1.1k4.6M322](/packages/laravel-ai)[nativephp/mobile

NativePHP for Mobile

1.1k102.1k147](/packages/nativephp-mobile)[wnx/laravel-backup-restore

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

214456.3k2](/packages/wnx-laravel-backup-restore)[harris21/laravel-fuse

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

46273.9k](/packages/harris21-laravel-fuse)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3915.5k](/packages/rawilk-profile-filament-plugin)[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

25060.1k](/packages/vormkracht10-laravel-mails)

PHPackages © 2026

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