black-bits/tell-service

Send messages for remote tasks to another service

Installs: 37

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/black-bits/tell-service

1.0.0 2017-10-04 21:44 UTC

This package is auto-updated.

Last update: 2025-09-29 01:41:25 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'
);