PHPackages                             drutiny/bulk - 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. drutiny/bulk

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

drutiny/bulk
============

Handles running Drutiny profiles from a queue.

1.x-dev(3mo ago)03.7k1GPL-2.0-or-laterPHP

Since Mar 11Pushed 3mo ago2 watchersCompare

[ Source](https://github.com/drutiny/bulk)[ Packagist](https://packagist.org/packages/drutiny/bulk)[ RSS](/packages/drutiny-bulk/feed)WikiDiscussions 1.x Synced 3w ago

READMEChangelogDependencies (4)Versions (1)Used By (0)

bulk
====

[](#bulk)

This extension adds bulk drutiny report running functions to Drutiny using a queue/worker architecture based on the AMPQ messaging protocol.

Spin up RabbitMQ with Docker.
-----------------------------

[](#spin-up-rabbitmq-with-docker)

A quick way to get an [AMPQ](https://www.amqp.org/) service is to spin up [RabbitMQ](https://www.rabbitmq.com/) in a [docker container](https://hub.docker.com/_/rabbitmq). This extensions ships a simple command that will run this for you:

```
 drutiny bulk:run-queue-service

```

This will run in the foreground and can be killed and exited using Ctrl-C. It is ephemeral so the queue will be lost if you exit the service.

Sending profile:run jobs to the queue.
--------------------------------------

[](#sending-profilerun-jobs-to-the-queue)

To send jobs to the queue, use the `bulk:queue` command. You can either send individual jobs to the queue one at a time or send a batch of jobs using a file.

### Sending an individual jobs

[](#sending-an-individual-jobs)

```
 drutiny bulk:queue my_custom_profile @sitealias.dev -f html -f csv

```

The above command will send a job to the queue to `profile:run` the `my_custom_profile`profile against the `@sitealias.dev` target and render the results in html and csv formats.

### Sending a batch of jobs

[](#sending-a-batch-of-jobs)

```
drutiny bulk:queue my_custom_profile --target-list=targets.txt -f html

```

The above command will send a job to the queue for each line in `targets.txt`where each line is a target like `drush:@sitealias.dev`.

Processing jobs from the queue.
-------------------------------

[](#processing-jobs-from-the-queue)

```
drutiny bulk:work

```

This process is thread safe and multiple of these commands can be run in parallel. Consider using something like [Supervisord](http://supervisord.org/)

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance80

Actively maintained with recent releases

Popularity19

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity18

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

104d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f99b352933e300595a92c09b6c7839a6a3d0ce3ce8b07018fa49f921adbb6302?d=identicon)[fiasco](/maintainers/fiasco)

---

Top Contributors

[![fiasco](https://avatars.githubusercontent.com/u/108160?v=4)](https://github.com/fiasco "fiasco (37 commits)")

### Embed Badge

![Health badge](/badges/drutiny-bulk/health.svg)

```
[![Health](https://phpackages.com/badges/drutiny-bulk/health.svg)](https://phpackages.com/packages/drutiny-bulk)
```

###  Alternatives

[league/geotools

Geo-related tools PHP 7.3+ library

1.4k5.5M29](/packages/league-geotools)[illuminate/bus

The Illuminate Bus package.

6045.5M504](/packages/illuminate-bus)[uecode/qpush-bundle

Asynchronous processing for Symfony using Push Queues

1672.5M2](/packages/uecode-qpush-bundle)[jayazhao/think-queue-rabbitmq

为 ThinkPHP5.1 队列增加 RabbitMQ 驱动

141.5k](/packages/jayazhao-think-queue-rabbitmq)

PHPackages © 2026

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