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)185.7k↓43.4%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 2d 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

40

—

FairBetter than 86% of packages

Maintenance40

Moderate activity, may be stable

Popularity33

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

501d 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

[laravel/pulse

Laravel Pulse is a real-time application performance monitoring tool and dashboard for your Laravel application.

1.7k15.1M131](/packages/laravel-pulse)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9762.4M131](/packages/roots-acorn)[illuminate/queue

The Illuminate Queue package.

21332.6M1.6k](/packages/illuminate-queue)[laravel/pennant

A simple, lightweight library for managing feature flags.

58414.2M96](/packages/laravel-pennant)[flarum/core

Delightfully simple forum software.

201.4M2.3k](/packages/flarum-core)

PHPackages © 2026

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