PHPackages                             litiano/laravel-queue-for-windows - 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. litiano/laravel-queue-for-windows

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

litiano/laravel-queue-for-windows
=================================

Laravel Queue for Windows

v1.1.0(1y ago)174.6k↓42.9%3MITPHPPHP ^7.4|^8.0|^8.1|^8.2CI passing

Since Apr 18Pushed 1y ago3 watchersCompare

[ Source](https://github.com/Litiano/Laravel-queue-for-windows)[ Packagist](https://packagist.org/packages/litiano/laravel-queue-for-windows)[ RSS](/packages/litiano-laravel-queue-for-windows/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (2)Versions (8)Used By (0)

Windows Service For laravel Queue
---------------------------------

[](#windows-service-for-laravel-queue)

### Features:

[](#features)

- Laravel Queue as Windows native service with gracefully stop and restart.
- Gracefully exit on Ctrl+C event if running in console.
- Stop and restart services individually.
- Create a service for all queues or a specific queue.
- Create multiple Windows services.

### Install instructions:

[](#install-instructions)

- `composer require litiano/laravel-queue-for-windows`
- `php artisan windows:service:queue:create {WINDOWS_SERVICE_NAME}"` \* see examples.
- Run `bin/{WINDOWS_SERVICE_NAME}/LaravelQueueService.exe` as administrator and click on `Install` button to create Windows service.
- Open Windows service manager and start your new service.

### Examples:

[](#examples)

#### Create a service for all queues:

[](#create-a-service-for-all-queues)

`php artisan windows:service:queue:create LaravelAllQueue`

#### Create a service for queue "orders\_queue"

[](#create-a-service-for-queue-orders_queue)

`php artisan windows:service:queue:create LaravelOrdersQueue --queue=orders_queue`

#### Create a service for queue "invoices\_queue" and "shipments\_queue"

[](#create-a-service-for-queue-invoices_queue-and-shipments_queue)

`php artisan windows:service:queue:create LaravelInvoicesAndShipmentsQueues --queue=orders_queue,shipments_queue`

### Uninstall instructions:

[](#uninstall-instructions)

- Run `bin/{WINDOWS_SERVICE_NAME}/LaravelQueueService.exe` as administrator and click on `Uninstall` button to remove Windows service.

### Commands:

[](#commands)

- `windows:service:queue:create {WINDOWS_SERVICE_NAME}` - Create new configuration.
- `windows:service:queue:restart --windowsServiceName={WINDOWS_SERVICE_NAME}` - Gracefully exit
- `windows:service:queue:work --windowsServiceName={WINDOWS_SERVICE_NAME}` - Start service
- Use `--help` option for display details.

### Windows service project:

[](#windows-service-project)

###  Health Score

41

—

FairBetter than 89% of packages

Maintenance43

Moderate activity, may be stable

Popularity32

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 90% 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

Every ~134 days

Recently: every ~168 days

Total

6

Last Release

455d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5976f51035915453c57fa02989ab444a821deccb6a5b20d35376bc711f13b764?d=identicon)[Litiano](/maintainers/Litiano)

---

Top Contributors

[![Litiano](https://avatars.githubusercontent.com/u/8152537?v=4)](https://github.com/Litiano "Litiano (18 commits)")[![freerkminnema](https://avatars.githubusercontent.com/u/41089591?v=4)](https://github.com/freerkminnema "freerkminnema (2 commits)")

### Embed Badge

![Health badge](/badges/litiano-laravel-queue-for-windows/health.svg)

```
[![Health](https://phpackages.com/badges/litiano-laravel-queue-for-windows/health.svg)](https://phpackages.com/packages/litiano-laravel-queue-for-windows)
```

###  Alternatives

[prwnr/laravel-streamer

Events streaming package for Laravel that uses Redis 5 streams

110196.9k1](/packages/prwnr-laravel-streamer)[saeedvaziry/laravel-async

Run asynchronous code in Laravel without waiting for results

15310.0k](/packages/saeedvaziry-laravel-async)[palpalani/laravel-sqs-queue-json-reader

Custom SQS queue reader for Laravel

26109.8k](/packages/palpalani-laravel-sqs-queue-json-reader)[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)
