josalba/rabbit-mq-api

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

0.0.2 2022-10-20 21:00 UTC

This package is not auto-updated.

Last update: 2024-05-18 02:47:37 UTC


README

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

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