PHPackages                             myli/laravel-jobs-plain - 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. myli/laravel-jobs-plain

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

myli/laravel-jobs-plain
=======================

Custom connectors for Laravel that supports plain JSON instead of laravel-specifics format

v2.0.3(5y ago)09.2kMITPHPPHP &gt;=7.2

Since Jun 14Pushed 5y ago8 watchersCompare

[ Source](https://github.com/myLocalInfluence/laravel-jobs-plain)[ Packagist](https://packagist.org/packages/myli/laravel-jobs-plain)[ Docs](https://github.com/myLocalInfluence/laravel-jobs-plain)[ RSS](/packages/myli-laravel-jobs-plain/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (9)Dependencies (6)Versions (15)Used By (0)

Laravel Jobs Plain
==================

[](#laravel-jobs-plain)

`composer require myli/laravel-jobs-plain`

Remove the laravel dependency on jobs allowing you to process queue jobs with other non-laravel services that push plain json jobs into the queue.

Config
======

[](#config)

Add the following to your `config/queue.php` :

```
        'sqs-plain' => [
            'driver' => 'sqs-plain',
            'key'    => env('AWS_QUEUE_KEY'),
            'secret' => env('AWS_QUEUE_SECRET'),
            'prefix' => env('AWS_PREFIX'),
            'queue'  => 'test',
            'region' => 'eu-west-1',
        ],

        'pubsub-plain' => [
            'driver'          => 'pubsub-plain',
            'queue'           => 'test',
            'project_id'      => env('PUBSUB_PROJECT_ID'),
            'retries'         => 3,
            'request_timeout' => 60,
            'keyFilePath'     => base_path() . '/' . env('PUBSUB_QUEUE_KEY'),
        ],

```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 95.8% 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 ~69 days

Recently: every ~13 days

Total

9

Last Release

1966d ago

Major Versions

1.2.0 → v2.0.02020-11-25

### Community

Maintainers

![](https://www.gravatar.com/avatar/9319a229eb408186e3c4d787d82bbd6192deb0643c9fd4cc4ad8519714bce1e1?d=identicon)[kangoo13](/maintainers/kangoo13)

---

Top Contributors

[![kangoo13](https://avatars.githubusercontent.com/u/9050016?v=4)](https://github.com/kangoo13 "kangoo13 (23 commits)")[![fdv](https://avatars.githubusercontent.com/u/9949?v=4)](https://github.com/fdv "fdv (1 commits)")

---

Tags

phplaravelpubsub

### Embed Badge

![Health badge](/badges/myli-laravel-jobs-plain/health.svg)

```
[![Health](https://phpackages.com/badges/myli-laravel-jobs-plain/health.svg)](https://phpackages.com/packages/myli-laravel-jobs-plain)
```

###  Alternatives

[dusterio/laravel-aws-worker

Run Laravel (or Lumen) tasks and queue listeners inside of AWS Elastic Beanstalk workers

3105.7M](/packages/dusterio-laravel-aws-worker)[dusterio/laravel-plain-sqs

Custom SQS connector for Laravel that supports custom format JSON

1352.7M1](/packages/dusterio-laravel-plain-sqs)[kainxspirits/laravel-pubsub-queue

Queue driver for Google Cloud Pub/Sub.

48381.1k3](/packages/kainxspirits-laravel-pubsub-queue)[palpalani/laravel-sqs-queue-json-reader

Custom SQS queue reader for Laravel

26109.8k](/packages/palpalani-laravel-sqs-queue-json-reader)[iamfarhad/laravel-rabbitmq

A robust RabbitMQ driver for Laravel Queue with advanced message queuing, reliable delivery, and high-performance async processing capabilities

3215.6k](/packages/iamfarhad-laravel-rabbitmq)

PHPackages © 2026

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