Communicate with any AMQP compliant server
This extension can communicate with any AMQP spec 0-9-1 compatible server, such as RabbitMQ, OpenAMQP and Qpid, giving you the ability to create and delete exchanges and queues, as well as publish to any exchange and consume from any queue.
License: PHP License
Version | Release | Download |
1.11.0 | 2021-12-01 | amqp-1.11.0.tgz |
1.11.0RC1 | 2021-11-02 | amqp-1.11.0RC1.tgz |
1.11.0beta | 2021-03-10 | amqp-1.11.0beta.tgz |
1.10.2 | 2020-04-05 | amqp-1.10.2.tgz |
1.10.0 | 2020-04-03 | amqp-1.10.0.tgz |
Version | Message |
1.11.0 |
- PHP 8.1 compatibility (Lars Strojny - Install RabbitMQ from tarball instead of git to improve speed (Michele Locati - Improve release tooling (Lars Strojny For a complete list of changes see: https://github.com/php-amqp/php-amqp/compare/v1.11.0RC1...v1.11.0 |
1.11.0RC1 |
- PHP 8 support for Windows (Jan Ehrhardt |
1.11.0beta |
- PHP 8 support (Remi Collet - Windows build: alternatively check \include\librabbitmq for amqp.h (Jan Ehrhardt - Use latests PHP versions for AppVeyor instead of .0 (Christoph M. Becker - Various AppVeyor Windows build enhancements and fixes (Christoph M. Becker - Better test suite isolation, ignore local ini settings (Lars Strojny For a complete list of changes see: https://github.com/php-amqp/php-amqp/compare/v1.10.2...v1.11.0beta |
1.10.2 |
- Windows build: avoid variable lengths arrays (Christoph M. Becker) (https://github.com/pdezwart/php-amqp/issues/368) For a complete list of changes see: https://github.com/pdezwart/php-amqp/compare/v1.10.1...v1.10.2 |
1.10.0 |
- Adding global prefetch support (#366) (Terence Marks - Fix minimal librabbitmq in config.m4 and readme (Remi Collet - Support connection_name parameter for custom connection names in RabbitMQ (Alexandr Zolotukhin - Fixed build on Travis CI (Alexandr Zolotukhin - Make use of rpc_timeout in newer librabbitmq by introducing new constructor hash parameter (modulatix - Fix #355: Compile failure on php 7.4 (Christoph M. Becker - Update amqp_type.c (Paweł Mikołajczuk - Build against PHP 7.4 (Carlos Barrero - Pass params by value in AMQPConnection::__construct() (Sergei Karpov) (https://github.com/pdezwart/php-amqp/issues/346) - Fix explicit null-string for $routing_key in Queue::bind() and Exchange::publish() (Sergei Karpov) (https://github.com/pdezwart/php-amqp/issues/341) - No longer limited to PHP 5 (Lars Strojny - Fix minimal version to 5.6 (Remi Collet - Back to dev (Lars Strojny For a complete list of changes see: https://github.com/pdezwart/php-amqp/compare/v1.9.4...v1.10.0 |