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 043

Dependents: 0

Suggesters: 0

Stars: 1

0.3.0 2026-01-19 12:29 UTC

This package is auto-updated.

Last update: 2026-02-19 12:38:46 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.