laravel-amqp

AMQP wrapper for Laravel and Lumen to publish and consume messages

MIT License

Downloads
1.7M
Stars
268
Committers
29

Bot releases are hidden (Show)

laravel-amqp - Custom application headers Latest Release

Published by bschmitt over 1 year ago

Thanks @du-disk and Sorry for the delay

laravel-amqp - PHP 8.1 support

Published by bschmitt almost 3 years ago

  • PHP 8.1 support
laravel-amqp - PHP 8 support

Published by bschmitt about 3 years ago

  • PHP 8.0 support upgrading php-amqplib to 3.0
  • Dropped support for Laravel 5 (EOL)
  • Fixed support to last Laravel 6 (LTS)
  • Fixing batch message
  • Fixed unit tests to actually run
  • Added Docker for local testing
  • Setting up Github Actions CI steps
  • Updated PHPDOC on some functions
laravel-amqp - Compatibility Release

Published by bschmitt over 3 years ago

PHP 7.4 compatibility

laravel-amqp - Minor improvements

Published by bschmitt over 3 years ago

  • Added some support for the publish() method to return false if the broker rejects a message
  • Consumer properties
laravel-amqp - Custom config repositories

Published by bschmitt about 4 years ago

Ability to use custom config repositories

laravel-amqp - Allow multiple queue bindings

Published by bschmitt about 4 years ago

laravel-amqp - Fixes CPU issue

Published by stevenklar about 5 years ago

Fixes

  • #72 - Always operate in blocking mode #63

Dependencies

  • Bumped up composer to use phpamqplib 2.9 and higher
laravel-amqp - Fixes bug

Published by stevenklar over 5 years ago

Fixes bug which broke amqplib compatibility (#66)

laravel-amqp - Introduce QoS and Bugfix

Published by stevenklar over 5 years ago

Adds

  • #62 - Add basic_qos functionality

Fixes

  • #64 Fix null proerty (PR: #65)
laravel-amqp - Fixes out of order parameters for AMQPStreamConnection

Published by stevenklar over 5 years ago

This release fixes the constructor parameter order for the AMQPStreamConnection class. #60

laravel-amqp - Fix for amqp-lib ssl changes

Published by bschmitt over 5 years ago

This release fixes the latest amqp-lib ssl changes and use the proper AMQP Connection class depending on the configuration.

Please make sure to have ssl_options unset if you don't use ssl.

laravel-amqp - Integration tests

Published by bschmitt over 6 years ago

This release contains some integration tests. Thank you all which contributed to that topic!

laravel-amqp - Lumen support 5.6

Published by bschmitt over 6 years ago

Fixes issue described in #42

laravel-amqp - Save shutdown

Published by bschmitt over 6 years ago

laravel-amqp - Laravel 5.5 Support + PHP 7

Published by bschmitt over 6 years ago

laravel-amqp - PSR2 and cleanup

Published by bschmitt almost 7 years ago

laravel-amqp - Fixed travis build

Published by bschmitt about 7 years ago

Updated travis configuration to allow new releases

laravel-amqp - 1.2.4

Published by bschmitt about 7 years ago

Lumen compatibility and some clean up

laravel-amqp - 1.2.3

Published by bschmitt about 7 years ago

Lumen compatibility