josalba / rabbit-mq-api

该包最新版本(0.0.2)的许可证信息不可用。

0.0.2 2022-10-20 21:00 UTC

This package is not auto-updated.

Last update: 2024-09-21 04:21:47 UTC


README

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

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