amqp

pecl install amqp

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.

Maintainer

  • Lars Strojny (lead )
  • Pieter de Zwart (lead ) [inactive]
  • Bogdan Padalko (developer )

Details

Stars: 546
Issue openned: 6
Downloads: 9332613
1.11.0beta
3 years ago
Download DLL for processor with 64 bits architecture (x64)
PHP 7.4
Loading...
PHP 7.3
Loading...
Download DLL for processor with 32 bits architecture (x86)
PHP 7.4
Loading...
PHP 7.3
Loading...
Request a build
Request to the website owner's team the built this extension with this parameters. The result is not guaranteed and can be impossible for many reasons. The extension source code is frequently not upto date with the most recent PHP version.
If you have another code source for this extension, provide it in comment.
Please (or register) to request a build.
Version 1.11.0beta change log


- PHP 8 support (Remi Collet <remi@remirepo.net>, mmokhi <mokhi64@gmail.com>) (https://github.com/php-amqp/php-amqp/issues/383, https://github.com/php-amqp/php-amqp/issues/381)
- Windows build: alternatively check \include\librabbitmq for amqp.h (Jan Ehrhardt <github@ehrhardt.nl>) (https://github.com/php-amqp/php-amqp/issues/375)
- Use latests PHP versions for AppVeyor instead of .0 (Christoph M. Becker <cmbecker69@gmx.de>) (https://github.com/php-amqp/php-amqp/issues/374)
- Various AppVeyor Windows build enhancements and fixes (Christoph M. Becker <cmbecker69@gmx.de>) (https://github.com/php-amqp/php-amqp/issues/373, https://github.com/php-amqp/php-amqp/issues/370)
- Better test suite isolation, ignore local ini settings (Lars Strojny <lars.strojny@internations.org>) (https://github.com/php-amqp/php-amqp/issues/371)

For a complete list of changes see:
https://github.com/php-amqp/php-amqp/compare/v1.10.2...v1.11.0beta

requires:

  • php >=5.6.0
  • pearinstaller >=1.4.0