About

This package is 40.7 KB. It is available at http://archive.ubuntu.com/ubuntu/pool/universe/p/php-amqplib/php-amqplib_2.7.0-1_all.deb .

View its full control file here: debian/control.

Description

pure PHP implementation of the AMQP protocol

Relations

This package depends on: php-common, php-bcmath, php-mbstring.

This package does not recommend any other package.

This package does not suggest any other package.

This package does not conflict with any other package.

Package Contents

This package is indexed.

php-amqplib 2.7.0-1 is in ubuntu - bionic / universe. This package's architecture is: architectureless.

File Mime Type Owner Mode Size
/usr/ root:root 0o755
/usr/share/ root:root 0o755
/usr/share/doc/ root:root 0o755
/usr/share/doc/php-amqplib/ root:root 0o755
/usr/share/doc/php-amqplib/changelog.Debian.gz application/gzip root:root 0o644 1.0 KB
/usr/share/doc/php-amqplib/copyright text/plain root:root 0o644 1.5 KB
/usr/share/doc/php-amqplib/README.md.gz application/gzip root:root 0o644 4.3 KB
/usr/share/php/ root:root 0o755
/usr/share/php/PhpAmqpLib/ root:root 0o755
/usr/share/php/PhpAmqpLib/autoload.php text/x-php root:root 0o644 4.8 KB
/usr/share/php/PhpAmqpLib/Channel/ root:root 0o755
/usr/share/php/PhpAmqpLib/Channel/AbstractChannel.php text/x-php root:root 0o644 15.0 KB
/usr/share/php/PhpAmqpLib/Channel/AMQPChannel.php text/x-php root:root 0o644 38.7 KB
/usr/share/php/PhpAmqpLib/Connection/ root:root 0o755
/usr/share/php/PhpAmqpLib/Connection/AbstractConnection.php text/x-php root:root 0o644 26.4 KB
/usr/share/php/PhpAmqpLib/Connection/AMQPConnection.php text/x-php root:root 0o644 162 bytes
/usr/share/php/PhpAmqpLib/Connection/AMQPLazyConnection.php text/x-php root:root 0o644 852 bytes
/usr/share/php/PhpAmqpLib/Connection/AMQPLazySocketConnection.php text/x-php root:root 0o644 988 bytes
/usr/share/php/PhpAmqpLib/Connection/AMQPSocketConnection.php text/x-php root:root 0o644 1.2 KB
/usr/share/php/PhpAmqpLib/Connection/AMQPSSLConnection.php text/x-php root:root 0o644 1.7 KB
/usr/share/php/PhpAmqpLib/Connection/AMQPStreamConnection.php text/x-php root:root 0o644 1.5 KB
/usr/share/php/PhpAmqpLib/Exception/ root:root 0o755
/usr/share/php/PhpAmqpLib/Exception/AMQPBasicCancelException.php text/x-php root:root 0o644 327 bytes
/usr/share/php/PhpAmqpLib/Exception/AMQPChannelException.php text/x-php root:root 0o644 156 bytes
/usr/share/php/PhpAmqpLib/Exception/AMQPConnectionException.php text/x-php root:root 0o644 162 bytes
/usr/share/php/PhpAmqpLib/Exception/AMQPExceptionInterface.php text/x-php root:root 0o644 76 bytes
/usr/share/php/PhpAmqpLib/Exception/AMQPException.php text/x-php root:root 0o644 1.2 KB
/usr/share/php/PhpAmqpLib/Exception/AMQPInvalidArgumentException.php text/x-php root:root 0o644 138 bytes
/usr/share/php/PhpAmqpLib/Exception/AMQPIOException.php text/x-php root:root 0o644 118 bytes
/usr/share/php/PhpAmqpLib/Exception/AMQPIOWaitException.php text/x-php root:root 0o644 98 bytes
/usr/share/php/PhpAmqpLib/Exception/AMQPLogicException.php text/x-php root:root 0o644 127 bytes
/usr/share/php/PhpAmqpLib/Exception/AMQPOutOfBoundsException.php text/x-php root:root 0o644 138 bytes
/usr/share/php/PhpAmqpLib/Exception/AMQPOutOfRangeException.php text/x-php root:root 0o644 137 bytes
/usr/share/php/PhpAmqpLib/Exception/AMQPProtocolChannelException.php text/x-php root:root 0o644 108 bytes
/usr/share/php/PhpAmqpLib/Exception/AMQPProtocolConnectionException.php text/x-php root:root 0o644 111 bytes
/usr/share/php/PhpAmqpLib/Exception/AMQPProtocolException.php text/x-php root:root 0o644 1.2 KB
/usr/share/php/PhpAmqpLib/Exception/AMQPRuntimeException.php text/x-php root:root 0o644 130 bytes
/usr/share/php/PhpAmqpLib/Exception/AMQPTimeoutException.php text/x-php root:root 0o644 130 bytes
/usr/share/php/PhpAmqpLib/Helper/ root:root 0o755
/usr/share/php/PhpAmqpLib/Helper/DebugHelper.php text/x-php root:root 0o644 3.0 KB
/usr/share/php/PhpAmqpLib/Helper/MiscHelper.php text/x-php root:root 0o644 4.2 KB
/usr/share/php/PhpAmqpLib/Helper/Protocol/ root:root 0o755
/usr/share/php/PhpAmqpLib/Helper/Protocol/MethodMap080.php text/x-php root:root 0o644 3.9 KB
/usr/share/php/PhpAmqpLib/Helper/Protocol/MethodMap091.php text/x-php root:root 0o644 2.9 KB
/usr/share/php/PhpAmqpLib/Helper/Protocol/Protocol080.php text/x-php root:root 0o644 32.9 KB
/usr/share/php/PhpAmqpLib/Helper/Protocol/Protocol091.php text/x-php root:root 0o644 22.6 KB
/usr/share/php/PhpAmqpLib/Helper/Protocol/Wait080.php text/x-php root:root 0o644 3.7 KB
/usr/share/php/PhpAmqpLib/Helper/Protocol/Wait091.php text/x-php root:root 0o644 2.7 KB
/usr/share/php/PhpAmqpLib/Message/ root:root 0o755
/usr/share/php/PhpAmqpLib/Message/AMQPMessage.php text/x-php root:root 0o644 2.4 KB
/usr/share/php/PhpAmqpLib/Wire/ root:root 0o755
/usr/share/php/PhpAmqpLib/Wire/AbstractClient.php text/x-php root:root 0o644 689 bytes
/usr/share/php/PhpAmqpLib/Wire/AMQPAbstractCollection.php text/x-php root:root 0o644 12.4 KB
/usr/share/php/PhpAmqpLib/Wire/AMQPArray.php text/x-php root:root 0o644 590 bytes
/usr/share/php/PhpAmqpLib/Wire/AMQPDecimal.php text/x-php root:root 0o644 1.2 KB
/usr/share/php/PhpAmqpLib/Wire/AMQPReader.php text/x-php root:root 0o644 14.1 KB
/usr/share/php/PhpAmqpLib/Wire/AMQPTable.php text/x-php root:root 0o644 1.2 KB
/usr/share/php/PhpAmqpLib/Wire/AMQPWriter.php text/x-php root:root 0o644 14.1 KB
/usr/share/php/PhpAmqpLib/Wire/Constants080.php text/x-php root:root 0o644 4.5 KB
/usr/share/php/PhpAmqpLib/Wire/Constants091.php text/x-php root:root 0o644 3.2 KB
/usr/share/php/PhpAmqpLib/Wire/GenericContent.php text/x-php root:root 0o644 5.4 KB
/usr/share/php/PhpAmqpLib/Wire/IO/ root:root 0o755
/usr/share/php/PhpAmqpLib/Wire/IO/AbstractIO.php text/x-php root:root 0o644 721 bytes
/usr/share/php/PhpAmqpLib/Wire/IO/SocketIO.php text/x-php root:root 0o644 6.9 KB
/usr/share/php/PhpAmqpLib/Wire/IO/StreamIO.php text/x-php root:root 0o644 12.7 KB