black-bits/tell-service

Send messages for remote tasks to another service

1.0.0 2017-10-04 21:44 UTC

This package is auto-updated.

Last update: 2024-03-29 03:38:23 UTC


README

Latest Version on Packagist Software License Build Status Total Downloads

Send messages for remote tasks to another service

How to use

After installing the package you can send a message to another service

TellService::message(
    $service_receiving = 'remote-service-queue-name',
    $remote_event      = '\App\Events\TestEvent',
    $arguments         = 'This Is Awesome'
);