2017 © Pedro Peláez
 

library rabbitmq-management-api

An Laravel wrapper for the RabbitMQ Management HTTP Api

image

mammutgroup/rabbitmq-management-api

An Laravel wrapper for the RabbitMQ Management HTTP Api

  • Sunday, May 14, 2017
  • by honarkhah
  • Repository
  • 2 Watchers
  • 2 Stars
  • 54 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 18 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

Laravel 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)

Requirements:

  • php ~5.4.*

Installation

Installable through composer via:

First add package name to your composer requirements, (*4)

"require": {
    "mammutgroup/rabbitmq-management-api": "dev"
}

Next, update Composer from the Terminal:, (*5)

composer update, (*6)

Next, add your new provider to the providers array of config/app.php:, (*7)

'providers' => [
    // ...
    Markup\RabbitMq\RabbitManagerServiceProvider::class
    // ...
  ]

Next, add class alias to the aliases array of config/app.php:, (*8)

'aliases' => [
   // ...
      'RabbitManager' => Markup\RabbitMq\Facades\RabbitManager::class,
    // ...
]

Finally, run:, (*9)

php artisan vendor:publish, (*10)

Ho to use:

  \RabbitManager::users()->all();

License

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

Credits

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

The Versions

14/05 2017

dev-master

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

An Laravel wrapper for the RabbitMQ Management HTTP Api

  Sources   Download

MIT

The Requires

 

laravel rest rabbitmq message queue

14/05 2017

v1.4.0

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

An Laravel wrapper for the RabbitMQ Management HTTP Api

  Sources   Download

MIT

The Requires

 

laravel rest rabbitmq message queue

22/01 2017

v1.3.0

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

An Laravel wrapper for the RabbitMQ Management HTTP Api

  Sources   Download

MIT

The Requires

 

laravel rest rabbitmq message queue

21/01 2017

v1.2.0

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

An Laravel wrapper for the RabbitMQ Management HTTP Api

  Sources   Download

MIT

The Requires

 

laravel rest rabbitmq message queue

04/12 2016

v1.1.0

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

An Laravel wrapper for the RabbitMQ Management HTTP Api

  Sources   Download

MIT

The Requires

 

laravel rest rabbitmq message queue

29/11 2016

v1.0.1

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

An Laravel wrapper for the RabbitMQ Management HTTP Api

  Sources   Download

MIT

The Requires

 

laravel rest rabbitmq message queue

29/11 2016

v1.0.0

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

An Laravel wrapper for the RabbitMQ Management HTTP Api

  Sources   Download

MIT

The Requires

 

laravel rest rabbitmq message queue