PHPackages                             sebastianpopp/laravel-cron-over-http - 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. sebastianpopp/laravel-cron-over-http

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

sebastianpopp/laravel-cron-over-http
====================================

Run your Laravel cron jobs and queue over HTTP.

0.4.0(1mo ago)11.1kMITPHPPHP ^8.1

Since Feb 25Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/sebastianpopp/laravel-cron-over-http)[ Packagist](https://packagist.org/packages/sebastianpopp/laravel-cron-over-http)[ Docs](https://github.com/sebastianpopp/laravel-cron-over-http)[ RSS](/packages/sebastianpopp-laravel-cron-over-http/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (6)Dependencies (4)Versions (7)Used By (0)

Laravel Cron over HTTP
======================

[](#laravel-cron-over-http)

Run your Laravel cron jobs and queue over HTTP.

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

[](#installation)

You can install the package via composer:

```
composer require sebastianpopp/laravel-cron-over-http
```

Define a secret token in your `.env` file:

```
CRON_SECRET="your-secret-token"
```

Setup a cron job to call the `cron` route:

```
https://your-app.com/cron?secret=your-secret-token

```

You can optionally disable the queue by setting the `CRON_QUEUE` environment variable to `false`:

```
CRON_QUEUE=false
```

License
-------

[](#license)

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

###  Health Score

42

—

FairBetter than 90% of packages

Maintenance89

Actively maintained with recent releases

Popularity19

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

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

Recently: every ~165 days

Total

6

Last Release

55d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/277003eaae22de0c513d185cd6585c956d996f788aa4d6aef571ba13bb73efdc?d=identicon)[sebastianpopp](/maintainers/sebastianpopp)

---

Top Contributors

[![sebastianpopp](https://avatars.githubusercontent.com/u/2521500?v=4)](https://github.com/sebastianpopp "sebastianpopp (6 commits)")

---

Tags

laravelSebastian Popplaravel-cron-over-http

###  Code Quality

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/sebastianpopp-laravel-cron-over-http/health.svg)

```
[![Health](https://phpackages.com/badges/sebastianpopp-laravel-cron-over-http/health.svg)](https://phpackages.com/packages/sebastianpopp-laravel-cron-over-http)
```

###  Alternatives

[mpbarlow/laravel-queue-debouncer

A wrapper job for debouncing other queue jobs.

63714.4k1](/packages/mpbarlow-laravel-queue-debouncer)[convenia/pigeon

3233.0k](/packages/convenia-pigeon)[tochka-developers/queue-promises

Promises for Laravel queue jobs

1912.3k](/packages/tochka-developers-queue-promises)

PHPackages © 2026

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