php-rabbitmq-management-api icon indicating copy to clipboard operation
php-rabbitmq-management-api copied to clipboard

Results 6 php-rabbitmq-management-api issues
Sort by recently updated
recently updated
newest added

Hi, `requeue` parameter no longer works with rabbitmqadmin >= 3.7. This PR seems to solve it: https://github.com/richardfullmer/php-rabbitmq-management-api/pull/13 Could you check and merge it please?

- Update php-http/client-common to 2.2.1 and httplug to 2 to allow PHP 8; - Drop PHP

Hello, May I propose a PR to allow PHP8 to be used on this project ? I quickly checked, it looks like the lonely issue is [`php-http/client-common`](https://packagist.org/packages/php-http/client-common#1.11.0) which is not...

Upgrade HTTP plug to latest.

Hi, In your client code nodes() is missing. You already have Api/Node so I added it to the client manually and it worked.