jenky / larabbit
AMQP connection and RabbitMQ queue driver for Laravel app
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/jenky/larabbit
Requires
- php: ^7.3|^8.0
- illuminate/queue: ^8.0|^9.0
- illuminate/support: ^8.0|^9.0
- queue-interop/amqp-interop: ^0.8.2
Requires (Dev)
- enqueue/amqp-bunny: ^0.10.9
- enqueue/amqp-lib: ^0.10.9
- friendsofphp/php-cs-fixer: ^3.3
- nunomaduro/larastan: ^1.0|^2.1
- orchestra/testbench: ^6.0|^7.0
- phpunit/phpunit: ^8.0|^9.0
Suggests
- enqueue/amqp-bunny: Required to use amqp-bunny AMQP driver
- enqueue/amqp-ext: Required to use amqp-ext AMQP driver
- enqueue/amqp-lib: Required to use amqp-lib AMQP driver
This package is auto-updated.
Last update: 2025-10-14 13:49:59 UTC
README
This is where your description should go. Try and limit it to a paragraph or two. Consider adding a small example.
Installation
You can install the package via composer:
composer require jenky/larabbit
Usage
$larabbit = new Jenky\Larabbit(); echo $larabbit->echoPhrase('Hello, Jenky!');
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING and CODE_OF_CONDUCT for details.
Security
If you discover any security related issues, please email :author_email instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.