2017 © Pedro Peláez
 

library amqp-php-consumer

Library for creating annotation based AMQP consumers

image

rebuy/amqp-php-consumer

Library for creating annotation based AMQP consumers

  • Tuesday, May 15, 2018
  • by Spea
  • Repository
  • 23 Watchers
  • 0 Stars
  • 9,497 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 4 Versions
  • 7 % Grown

The README.md

AMQP PHP Consumer

Introduction

This library allows you to define consumers for AMQP with doctrine annotations. For consuming messages the AMQP-Library videlalvaro/php-amqplib is used., (*1)

Features

  • Define consumers based on annotations
  • Deserialize AMQP messages with the jms/serializer
  • Register error handlers
  • Register pre and post consume events

Documentation

For more information, see the documentation., (*2)

License

This library is released under the MIT license. See the included LICENSE file for more information., (*3)

The Versions