SaaSHub helps you find the best software and product alternatives Learn more →
Horizon Alternatives
Similar projects and alternatives to horizon
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Pest
Pest is an elegant PHP testing Framework with a focus on simplicity, meticulously designed to bring back the joy of testing in PHP.
-
-
-
-
-
-
-
-
-
-
-
-
-
Laravel-Excel
Discontinued 🚀 Supercharged Excel exports and imports in Laravel [Moved to: https://github.com/SpartnerNL/Laravel-Excel] (by Maatwebsite)
-
-
-
filament-renew-password
This plugin permits to ask user to renew their password according to the last renew or other criteria.
-
-
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a better horizon alternative or higher similarity.
horizon discussion
horizon reviews and mentions
Posts with mentions or reviews of horizon.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2026-05-27.
-
How I Built an Open-Source Social Media Scheduler with Laravel
From there the work fans out to Horizon, one queue per platform (social-x, social-linkedin, …). That isolation matters: if Instagram's API is having a slow afternoon, those jobs back up on their own queue instead of starving everyone else. The publish job is also idempotent, because a retry must never double-post:
-
Laravel Horizon in Production: Configuring AI Queue Workloads That Actually Hold
One final note on the Horizon dashboard and Laravel Telescope together: Telescope’s job watcher captures the full job payload, exception stack trace, and timing for every failed job. For AI workloads, the job payload includes the prompt, which makes post-mortem analysis significantly faster. Enable the job watcher in non-production environments at minimum, and consider enabling it in production with payload scrubbing for anything containing PII. See the Laravel Horizon documentation for tag-based filtering, which lets you isolate AI job failures without noise from other queue traffic. Anthropic’s rate limit documentation is the authoritative reference for per-tier RPM and token-per-minute limits if you are calibrating your RateLimiter::for('ai-inference') ceiling.
-
Laravel Filament Multipanel Starter - Build your app fast
Laravel Horizon — queued jobs management — protected by auth and backend role
-
5 Laravel Packages to Save Hours of Development Time
Package Link: Laravel Horizon
-
Why Laravel Horizon's unique jobs may not run
What’s even stranger is that adding a delay to the job that’s over the trimming time will automatically trim the job by design - https://github.com/laravel/horizon/issues/1114
-
10 Laravel packages that might save your day
3. laravel/horizon
-
A note from our sponsor - SaaSHub
www.saashub.com | 9 Jun 2026
Stats
Basic horizon repo stats
6
4,146
9.0
5 days ago
laravel/horizon is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of horizon is PHP.