framesnpictures / el-hybrid-queue
Hybrid Queue for Laravel
Package info
github.com/FramesNPictures/el-hybrid-queue
pkg:composer/framesnpictures/el-hybrid-queue
0.1
2026-02-28 13:14 UTC
Requires
- php: >=8.2
- framesnpictures/el-module: >=0.15
- illuminate/support: >=10.0|^11.0
Requires (Dev)
- laravel/pint: ^1.27
- orchestra/testbench: ^8.0 || ^9.0
- phpunit/phpunit: ^10.0 || ^11.0
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)