PHPackages                             rakshitbharat/queuefy - 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. rakshitbharat/queuefy

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

rakshitbharat/queuefy
=====================

A Laravel package for managing queue workers through cron jobs in shared hosting environments

1.10(1y ago)1491111MITPHPPHP ^7.2|^8.0

Since Feb 25Pushed 1y ago2 watchersCompare

[ Source](https://github.com/rakshitbharat/queuefy)[ Packagist](https://packagist.org/packages/rakshitbharat/queuefy)[ Docs](https://github.com/rakshitbharat/queuefy)[ RSS](/packages/rakshitbharat-queuefy/feed)WikiDiscussions master Synced today

READMEChangelog (10)Dependencies (4)Versions (13)Used By (1)

Queuefy
=======

[](#queuefy)

[![Latest Version on Packagist](https://camo.githubusercontent.com/435cee060d2455b12647aee76954134c5391a1cd901a817fd09bd1e1c51781f5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f72616b736869746268617261742f717565756566792e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/rakshitbharat/queuefy)[![Quality Score](https://camo.githubusercontent.com/ce9ddca07c05a5c265bcb087c90987d0d9f57a722976fda7df5ab0e311a052dc/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f72616b736869746268617261742f717565756566792e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/rakshitbharat/queuefy)[![Total Downloads](https://camo.githubusercontent.com/a3b8882f7d4439c10cf69c3732e975ee80f42e32b9fc3316700e30eaef656379/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f72616b736869746268617261742f717565756566792e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/rakshitbharat/queuefy)

Queuefy is a versatile package designed to facilitate queue handling directly from cron jobs, ideal for environments with specific constraints. Whether you're on a shared server, lacking supervisor config file access, or unable to install supervisor, Queuefy offers a robust solution. It's perfect for those who can manage cron jobs but face restrictions with more traditional queue management approaches.

Features
--------

[](#features)

- **Simple Integration**: Easy to set up with just a few commands.
- **Versatile Usage**: Works on shared servers and environments without supervisor.
- **Custom Queue Support**: Offers the ability to add custom queue commands via environment variables.

Installation
------------

[](#installation)

Install Queuefy with Composer to streamline queue management on your server:

```
composer require rakshitbharat/queuefy
```

Usage
-----

[](#usage)

To use Queuefy, simply run the following command from your console. This will initiate a single queue thread:

```
php artisan queue:work --timeout=0
```

For custom queue commands, add your preferred command to your `.env` file like so:

```
QUEUE_COMMAND_AFTER_PHP_ARTISAN="your_custom_command"

```

TO STOP RUNNING OF QUE, add your preferred command to your `.env` file like so:

```
by Default it will be false
STOP_QUEUE=true

```

This is especially useful for shared hosting environments, or when you're unable to use traditional supervisor configurations for queue management.

Changelog
---------

[](#changelog)

For a detailed history of changes and improvements, refer to the [CHANGELOG](CHANGELOG.md).

Contributing
------------

[](#contributing)

Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**. Please see [CONTRIBUTING](CONTRIBUTING.md) for guidelines on how to get involved.

### Security

[](#security)

If you encounter any security issues, please send an email to  instead of using the public issue tracker.

Credits
-------

[](#credits)

- [Rakshit Patel](https://github.com/rakshitbharat) - **Project Lead**
- [All Contributors](../../contributors) - **Special Thanks**

License
-------

[](#license)

Queuefy is open-sourced software licensed under the [MIT License](LICENSE.md). Feel free to explore, modify, and distribute as you see fit.

###  Health Score

40

—

FairBetter than 88% of packages

Maintenance46

Moderate activity, may be stable

Popularity22

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 51.1% 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 ~204 days

Recently: every ~88 days

Total

10

Last Release

429d ago

PHP version history (2 changes)1.0PHP ^7

1.10PHP ^7.2|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/8ea6b70074b3a2219c9a6e211b471f5fddd4c551ed71f3b4a38ef80949a36907?d=identicon)[rakshitbharat](/maintainers/rakshitbharat)

---

Top Contributors

[![rakshitbharatproject](https://avatars.githubusercontent.com/u/223161659?v=4)](https://github.com/rakshitbharatproject "rakshitbharatproject (24 commits)")[![rakshitbharat](https://avatars.githubusercontent.com/u/17176729?v=4)](https://github.com/rakshitbharat "rakshitbharat (23 commits)")

---

Tags

background-jobscommandcommand-based-queuecronjoblaravel-queuequeue-from-crontabschedulersupervisorlaravelqueuecronshared hostingqueue-worker

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/rakshitbharat-queuefy/health.svg)

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

###  Alternatives

[nuwber/rabbitevents

The Nuwber RabbitEvents package

120515.8k3](/packages/nuwber-rabbitevents)[harris21/laravel-fuse

Circuit breaker for Laravel queue jobs. Protect your workers from cascading failures.

3786.5k](/packages/harris21-laravel-fuse)[pmatseykanets/artisan-beans

Easily manage your Beanstalkd job queues right from the Laravel artisan command

4482.1k](/packages/pmatseykanets-artisan-beans)[webparking/laravel-queue-ensurer

This composer package provides a Laravel queue ensurer.

6416.1k](/packages/webparking-laravel-queue-ensurer)

PHPackages © 2026

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