2017 © Pedro Peláez
 

library rabbitmq-management-api

An object oriented wrapper for the RabbitMQ Management HTTP Api

image

markup/rabbitmq-management-api

An object oriented wrapper for the RabbitMQ Management HTTP Api

  • Monday, March 12, 2018
  • by calumbrodie
  • Repository
  • 10 Watchers
  • 1 Stars
  • 14,724 Installations
  • PHP
  • 3 Dependents
  • 0 Suggesters
  • 18 Forks
  • 0 Open issues
  • 11 Versions
  • 26 % Grown

The README.md

PHP RabbitMQ Management Api

A simple object oriented wrapper for the RabbitMQ Management HTTP Api in PHP 5.5., (*1)

Forked from 'richardfullmer/php-rabbitmq-management-api' in order to modernize the code and add tests., (*2)

Uses Guzzle for REST requests., (*3)

Installation

Installable through composer via:, (*4)

$ composer require markup/rabbitmq-management-api

Basic Usage

<?php

use Markup\RabbitMq\ManagementApi\Client;

require_once __DIR__ . '/../vendor/autoload.php';

$client = new Client();
$queue = $client->queues()->get('/', 'sample-messages-queue');
$response = $client->exchanges()->publish('/', 'sample-messages', array(
    'properties' => array(),
    'routing_key' => '',
    'payload' => 'This is a test',
    'payload_encoding' => 'string'
));

if ($response['routed']) {
    print 'Message delivered';
}

License

php-rabbitmq-management-api is licensed under the MIT License - see the LICENSE file for details, (*5)

Credits

Structure from KnpLabs php-github-api Rabbit's Excellent Message Queue, (*6)

The Versions

12/03 2018

dev-master

9999999-dev https://github.com/markup/php-rabbitmq-management-api

An object oriented wrapper for the RabbitMQ Management HTTP Api

  Sources   Download

MIT

The Requires

 

rest rabbitmq message queue

12/03 2018

2.1.2

2.1.2.0 https://github.com/markup/php-rabbitmq-management-api

An object oriented wrapper for the RabbitMQ Management HTTP Api

  Sources   Download

MIT

The Requires

 

rest rabbitmq message queue

12/03 2018

dev-specify_php_5_6

dev-specify_php_5_6 https://github.com/markup/php-rabbitmq-management-api

An object oriented wrapper for the RabbitMQ Management HTTP Api

  Sources   Download

MIT

The Requires

 

rest rabbitmq message queue

12/03 2018

dev-correct_aliveness_test

dev-correct_aliveness_test https://github.com/markup/php-rabbitmq-management-api

An object oriented wrapper for the RabbitMQ Management HTTP Api

  Sources   Download

MIT

The Requires

 

rest rabbitmq message queue

05/12 2017

2.1.1

2.1.1.0 https://github.com/markup/php-rabbitmq-management-api

An object oriented wrapper for the RabbitMQ Management HTTP Api

  Sources   Download

MIT

The Requires

 

rest rabbitmq message queue

13/11 2017

2.1.0

2.1.0.0 https://github.com/markup/php-rabbitmq-management-api

An object oriented wrapper for the RabbitMQ Management HTTP Api

  Sources   Download

MIT

The Requires

 

rest rabbitmq message queue

10/07 2017

dev-use_guzzle_6

dev-use_guzzle_6 https://github.com/markup/php-rabbitmq-management-api

An object oriented wrapper for the RabbitMQ Management HTTP Api

  Sources   Download

MIT

The Requires

 

rest rabbitmq message queue

18/06 2016

2.0.0

2.0.0.0 https://github.com/markup/php-rabbitmq-management-api

An object oriented wrapper for the RabbitMQ Management HTTP Api

  Sources   Download

MIT

The Requires

 

rest rabbitmq message queue

21/04 2014

1.0.2

1.0.2.0 https://github.com/richardfullmer/php-rabbitmq-management-api

An object oriented wrapper for the RabbitMQ Management HTTP Api

  Sources   Download

MIT

The Requires

 

rest rabbitmq message queue

16/10 2013

1.0.1

1.0.1.0 https://github.com/richardfullmer/php-rabbitmq-management-api

An object oriented wrapper for the RabbitMQ Management HTTP Api

  Sources   Download

MIT

The Requires

 

rest rabbitmq message queue

23/05 2013

1.0.0

1.0.0.0 https://github.com/richardfullmer/php-rabbitmq-management-api

An object oriented wrapper for the RabbitMQ Management HTTP Api

  Sources   Download

MIT

The Requires

 

rest rabbitmq message queue