PHPackages                             performing/horizon-thread-pool - 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. performing/horizon-thread-pool

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

performing/horizon-thread-pool
==============================

Run Laravel Horizon workers inside an Async thread pool.

00PHP

Since Jun 22Pushed 1mo agoCompare

[ Source](https://github.com/performingdigital/horizon-thread-pool)[ Packagist](https://packagist.org/packages/performing/horizon-thread-pool)[ RSS](/packages/performing-horizon-thread-pool/feed)WikiDiscussions main Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Horizon for TrueAsync
=====================

[](#horizon-for-trueasync)

⚠️ Mostly AI generated and very experimental.

You just need to install the package in your laravel application and run horizon.

```
composer require performing/horizon-thread-pool
```

You need of course php true async, with docker it would be something like this:

```
services:
  queue:
    image: ghcr.io/performingdigital/php-async:latest
    command: php -d memory_limit=-1 artisan horizon
    working_dir: /app
    healthcheck:
        disable: true
    volumes:
        - ".:/app"
    depends_on:
        - mysql
        - redis
```

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance60

Regular maintenance activity

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity11

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/28866565?v=4)[Giorgio Pogliani](/maintainers/giorgiopogliani)[@giorgiopogliani](https://github.com/giorgiopogliani)

---

Top Contributors

[![giorgiopogliani](https://avatars.githubusercontent.com/u/28866565?v=4)](https://github.com/giorgiopogliani "giorgiopogliani (1 commits)")

### Embed Badge

![Health badge](/badges/performing-horizon-thread-pool/health.svg)

```
[![Health](https://phpackages.com/badges/performing-horizon-thread-pool/health.svg)](https://phpackages.com/packages/performing-horizon-thread-pool)
```

###  Alternatives

[uecode/qpush-bundle

Asynchronous processing for Symfony using Push Queues

1672.6M2](/packages/uecode-qpush-bundle)[simple-bus/asynchronous-bundle

Symfony bundle for using SimpleBus/Asynchronous

241.3M6](/packages/simple-bus-asynchronous-bundle)[sweatshop/sweatshop

Abstraction layer for message brokers and job servers, including process management

1112.3k](/packages/sweatshop-sweatshop)[haozu/delay-queue

Delay queue based on redis

123.5k](/packages/haozu-delay-queue)[mayconbordin/l5-stomp-queue

Stomp Queue Driver for Laravel 5

121.1k](/packages/mayconbordin-l5-stomp-queue)

PHPackages © 2026

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