josalba/rabbit-mq-api

There is no license information available for the latest version (0.0.2) of this package.

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/josalba/rabbit-mq-api

0.0.2 2022-10-20 21:00 UTC

This package is not auto-updated.

Last update: 2025-10-04 08:58:48 UTC


README

$rabbitApi = new RabbitApi(
    'host',
    'user',
    'password'
);

//Return model queue.
$queue = $rabbitApi->queue()->get();