PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of MERAJ AHMAD SIDDIQUI   RabbitMQ Manager   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: RabbitMQ Manager
Manage exchanges, queues messages in RabbitMQ
Author: By
Last change:
Date: 7 years ago
Size: 590 bytes
 

Contents

Class file image Download
{ "name": "merajsiddiqui/rabbit-mq-manager", "description": "This library can be used to manage Rabbit MQ Message Broker using REST API.", "homepage" :"https://merajsiddiqui.github.io/RabbitMQManager/", "version":"1.0", "type": "library", "authors": [ { "name": "Meraj Ahmad Siddiqui", "email": "merajsiddiqui@outlook.com" } ], "minimum-stability": "stable", "require": { "php":">5.5.0" }, "autoload" : { "psr-4" : { "RabbitMQManager\\" :"src/RabbitMQManager" } } }