PHP Package: queue-interop/amqp-interop

Interoperability library for AMQP messaging in PHP applications, facilitating seamless communication across various systems.

Current Version: 0.8.3
Last Updated: 2025-02-21
PHP Requirement: ^7.3 | ^8.0
Dependencies:
php-amqplib/php-amqplib
enqueue/amqp-lib
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

AMQP-Interop is a PHP library that promotes cross-platform messaging by ensuring compatibility with different AMQP implementations. It streamlines communication processes, allowing developers to integrate AMQP functionality effortlessly into their applications.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 0.8.3

Download Download v0.8.3

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/queue-interop/amqp-interop/0.8.3/loader.php';
require_once 'libs/php-amqplib/php-amqplib/3.7.3/loader.php';
require_once 'libs/enqueue/amqp-lib/{lib_version}/loader.php';

use Interop\AmqpInterop\AmqpContext;
use Interop\AmqpInterop\AmqpMessage;

$obj = new AmqpContext();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.