PHP Package: php-amqp/php-amqp

PHP library for interacting with AMQP (Advanced Message Queuing Protocol) servers, providing seamless communication for distributed systems.

Current Version: 2.1.2
Last Updated: Date not available
PHP Requirement: >=7.4
Dependencies: None

Package Description

php-amqp is a feature-rich PHP library designed to streamline interprocess communication using the AMQP protocol. With robust error handling and comprehensive documentation, it simplifies the integration of messaging queues into PHP applications, enhancing scalability and reliability.

🔗 View on GitHub

Download Latest Version: 2.1.2

Download Download v2.1.2

Code Integration Example

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

<?php
// Example from PHPlibraries.com

require_once 'libs/php-amqp/php-amqp/2.1.2/loader.php';
use PhpAmqp\Connection;
use PhpAmqp\Channel;

$obj = new Connection();
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.