framesnpictures/el-hybrid-queue

Hybrid Queue for Laravel

Maintainers

Package info

github.com/FramesNPictures/el-hybrid-queue

pkg:composer/framesnpictures/el-hybrid-queue

Statistics

Installs: 7

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

0.1 2026-02-28 13:14 UTC

This package is auto-updated.

Last update: 2026-02-28 14:03:51 UTC


README

Hybrid Queue for Laravel

This repository is scaffolded as a Laravel package (module) with:

  • Composer configuration including Orchestra Testbench for testing
  • src, config, and database directories
  • A Service Provider auto-discovered by Laravel
  • An example migration and example test case

Getting started

  • Install dependencies: composer install
  • Run tests: ./vendor/bin/phpunit or composer test

Structure

  • src/ElHybridQueueServiceProvider.php
  • config/el-hybrid-queue.php
  • database/migrations/*
  • tests/ (uses Orchestra Testbench)