Home
Docs
GitHub
Pricing
Blog
Log In

Run Sandworm Audit for your App

Get started
Generated on May 15, 2024 via composer

laravel/horizon v5.22.0

Dashboard and code-driven configuration for Laravel queues.
Package summary
Share
0
issues
1
license
45
MIT
Package created
26 Jul 2017
Version published
16 Jan 2024
Maintainers
1
Total deps
45
Direct deps
7
License
MIT

Issues

0
This package has no issues

Licenses

MIT License

Permissive
OSI Approved
This is a human-readable summary of (and not a substitute for) the license. Disclaimer.
Can
commercial-use
modify
distribute
sublicense
private-use
Cannot
hold-liable
Must
include-copyright
include-license
45 Packages, Including:
brick/math@0.12.1
carbonphp/carbon-doctrine-types@3.2.0
doctrine/inflector@2.0.10
illuminate/bus@v11.7.0
illuminate/collections@v11.7.0
illuminate/conditionable@v11.7.0
illuminate/console@v11.7.0
illuminate/container@v11.7.0
illuminate/contracts@v11.7.0
illuminate/database@v11.7.0
illuminate/events@v11.7.0
illuminate/filesystem@v11.7.0
illuminate/macroable@v11.7.0
illuminate/pipeline@v11.7.0
illuminate/queue@v11.7.0
illuminate/support@v11.7.0
illuminate/view@v11.7.0
laravel/horizon@v5.22.0
laravel/prompts@v0.1.21
laravel/serializable-closure@v1.3.3
nesbot/carbon@2.72.3
nunomaduro/termwind@v2.0.1
psr/clock@1.0.0
psr/container@2.0.2
psr/log@3.0.0
psr/simple-cache@3.0.0
ramsey/collection@2.0.0
ramsey/uuid@4.7.6
symfony/console@v7.0.7
symfony/deprecation-contracts@v3.5.0
symfony/error-handler@v7.0.7
symfony/finder@v7.0.7
symfony/polyfill-ctype@v1.29.0
symfony/polyfill-intl-grapheme@v1.29.0
symfony/polyfill-intl-normalizer@v1.29.0
symfony/polyfill-mbstring@v1.29.0
symfony/polyfill-php80@v1.29.0
symfony/polyfill-php83@v1.29.0
symfony/process@v7.0.7
symfony/service-contracts@v3.5.0
symfony/string@v7.0.7
symfony/translation@v6.4.7
symfony/translation-contracts@v3.5.0
symfony/var-dumper@v7.0.7
voku/portable-ascii@2.0.1
Disclaimer

This deed highlights only some of the key features and terms of the actual license. It is not a license and has no legal value. You should carefully review all of the terms and conditions of the actual license before using the licensed material.

Sandworm is not a law firm and does not provide legal services. Distributing, displaying, or linking to this deed or the license that it summarizes does not create a lawyer-client or any other relationship.

Direct Dependencies

7
All Dependencies CSV
β“˜ This is a list of laravel/horizon 's direct dependencies. Data on all dependencies, including transitive ones, is available via CSV download.
NameVersionSizeLicenseTypeVulnerabilities
illuminate/contractsv11.7.0-MIT
prod
illuminate/queuev11.7.0-MIT
prod
illuminate/supportv11.7.0-MIT
prod
nesbot/carbon2.72.3766.72 kBMIT
prod dev
ramsey/uuid4.7.6-MIT
prod
symfony/error-handlerv7.0.7-MIT
prod dev
symfony/processv7.0.7-MIT
prod dev

Visualizations

Frequently Asked Questions

What does laravel/horizon do?

Laravel/Horizon is an exquisite solution for managing and monitoring Laravel powered Redis queues. Offering a beautiful dashboard to your queue system, it allows a seamless observation of essential metrics like runtime, job failures, and job throughput. It keeps your workflow organized with all your worker configuration stored in a single, comprehensive configuration file, promoting collaboration by allowing your entire team to collaborate and maintain the configuration in source control.

How do you use laravel/horizon?

To implement Laravel/Horizon in your Laravel application, you need to follow a series of steps. First, you need to install the package via composer using the command:

composer require laravel/horizon

Once the installation is complete, you should publish the Horizon assets using the command:

php artisan horizon:install

And then, in order to run Horizon, you should use the command:

php artisan horizon

By default, Horizon will not run in the 'local' environment. You can change this behavior in the configuration file. This powerful tool allows you to view recent jobs, failed jobs, retry jobs, monitor job throughput, runtime, and more, straight from your dashboard.

Where are the laravel/horizon docs?

The official documentation for Laravel Horizon provides detailed instructions and guidelines for using this tool effectively. The documentation is accessible on the Laravel website at the following URL: https://laravel.com/docs/horizon. It covers a wide array of topics, making it a comprehensive source of information for both beginners and advanced users.