sebastianpopp/laravel-cron-over-http

Run your Laravel cron jobs and queue over HTTP.

Maintainers

Package info

github.com/sebastianpopp/laravel-cron-over-http

pkg:composer/sebastianpopp/laravel-cron-over-http

Statistics

Installs: 1 091

Dependents: 0

Suggesters: 0

Stars: 1

0.4.0 2026-03-18 10:28 UTC

This package is auto-updated.

Last update: 2026-03-18 10:30:45 UTC


README

Run your Laravel cron jobs and queue over HTTP.

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

The MIT License (MIT). Please see License File for more information.