rizkyadi487 / rabbitmqstreams
Requires
- illuminate/support: ~5|~6
Requires (Dev)
- mockery/mockery: ^1.1
- orchestra/testbench: ~3|~4
- php-amqplib/php-ampqlib: 2.6
- phpunit/phpunit: ^8.0
- sempro/phpunit-pretty-print: ^1.0
This package is auto-updated.
Last update: 2025-01-29 06:38:20 UTC
README
![Latest Version on Packagist][ico-version] ![Total Downloads][ico-downloads] ![Build Status][ico-travis] ![StyleCI][ico-styleci]
This is where your description should go. Take a look at contributing.md to see a to do list.
Requirements
Laravel 5.8
Installation
Via Composer
$ composer require rizkyadi487/rabbitmqstreams
Configure RabbitMQ and RabbitMQStreams
RABBITMQ_HOST=127.0.0.1 RABBITMQ_PORT=5672 RABBITMQ_USERNAME=guest RABBITMQ_PASSWORD=guest RABBITMQ_QUEUE_NAME=demoqueue RABBITMQ_CONNECTION=mysql RABBITMQ_PRIMARY_KEY=id
Command
php artisan rabbitmq:listen
Change log
Please see the changelog for more information on what has changed recently.
Contributing
Please see contributing.md for details and a todolist.
Security
If you discover any security related issues, please email author email instead of using the issue tracker.
Credits
License
license. Please see the license file for more information.
This package inspired from https://github.com/michael158/laravel-debeziumstream [ico-version]: https://img.shields.io/packagist/v/rizkyadi487/rabbitmqstreams.svg?style=flat-square [ico-downloads]: https://img.shields.io/packagist/dt/rizkyadi487/rabbitmqstreams.svg?style=flat-square [ico-travis]: https://img.shields.io/travis/rizkyadi487/rabbitmqstreams/master.svg?style=flat-square [ico-styleci]: https://styleci.io/repos/12345678/shield