About

This package is 34.9 KB. It is available at http://ftp.debian.org/debian/pool/main/p/php-amqplib/php-amqplib_2.4.1-1_all.deb .

View its full control file here: debian/control.

Description

pure PHP implementation of the AMQP protocol

Relations

This package depends on: php5-common (>= 5.3.0).

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.4.1-1 is in debian - jessie / main. 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/AMQPMessage.md text/plain root:root 0o644 1.7 KB
/usr/share/doc/php-amqplib/changelog.Debian.gz application/gzip root:root 0o644 214 bytes
/usr/share/doc/php-amqplib/copyright text/plain root:root 0o644 1.5 KB
/usr/share/doc/php-amqplib/examples/ root:root 0o755
/usr/share/doc/php-amqplib/examples/amqp_consumer_exclusive.php text/x-php root:root 0o644 2.6 KB
/usr/share/doc/php-amqplib/examples/amqp_consumer_fanout_1.php text/x-php root:root 0o644 2.5 KB
/usr/share/doc/php-amqplib/examples/amqp_consumer_fanout_2.php text/x-php root:root 0o644 2.5 KB
/usr/share/doc/php-amqplib/examples/amqp_consumer_non_blocking.php text/x-php root:root 0o644 2.5 KB
/usr/share/doc/php-amqplib/examples/amqp_consumer.php text/x-php root:root 0o644 2.3 KB
/usr/share/doc/php-amqplib/examples/amqp_ha_consumer.php text/x-php root:root 0o644 2.9 KB
/usr/share/doc/php-amqplib/examples/amqp_publisher_exclusive.php text/x-php root:root 0o644 775 bytes
/usr/share/doc/php-amqplib/examples/amqp_publisher_fanout.php text/x-php root:root 0o644 765 bytes
/usr/share/doc/php-amqplib/examples/amqp_publisher.php text/x-php root:root 0o644 1.2 KB
/usr/share/doc/php-amqplib/examples/amqp_publisher_with_confirms.php text/x-php root:root 0o644 1.8 KB
/usr/share/doc/php-amqplib/examples/basic_cancel.php text/x-php root:root 0o644 809 bytes
/usr/share/doc/php-amqplib/examples/basic_get.php text/x-php root:root 0o644 1.3 KB
/usr/share/doc/php-amqplib/examples/basic_nack.php text/x-php root:root 0o644 1.6 KB
/usr/share/doc/php-amqplib/examples/basic_return.php text/x-php root:root 0o644 1.0 KB
/usr/share/doc/php-amqplib/examples/batch_publish.php text/x-php root:root 0o644 2.1 KB
/usr/share/doc/php-amqplib/examples/config.php text/x-php root:root 0o644 266 bytes
/usr/share/doc/php-amqplib/examples/e2e_bindings.php text/x-php root:root 0o644 457 bytes
/usr/share/doc/php-amqplib/examples/queue_arguments.php text/x-php root:root 0o644 537 bytes
/usr/share/doc/php-amqplib/examples/ssl_connection.php text/x-php root:root 0o644 567 bytes
/usr/share/doc/php-amqplib/NOTE.DEVELOPMENT.NOV.2011.md text/plain root:root 0o644 665 bytes
/usr/share/doc/php-amqplib/NOTE.THENETCIRCLE.md text/plain root:root 0o644 317 bytes
/usr/share/doc/php-amqplib/README.md.gz application/gzip root:root 0o644 3.0 KB
/usr/share/php/ root:root 0o755
/usr/share/php/PhpAmqpLib/ root:root 0o755
/usr/share/php/PhpAmqpLib/Channel/ root:root 0o755
/usr/share/php/PhpAmqpLib/Channel/AbstractChannel.php text/x-php root:root 0o644 10.8 KB
/usr/share/php/PhpAmqpLib/Channel/AMQPChannel.php text/x-php root:root 0o644 36.1 KB
/usr/share/php/PhpAmqpLib/Connection/ root:root 0o755
/usr/share/php/PhpAmqpLib/Connection/AbstractConnection.php text/x-php root:root 0o644 25.1 KB
/usr/share/php/PhpAmqpLib/Connection/AMQPConnection.php text/x-php root:root 0o644 115 bytes
/usr/share/php/PhpAmqpLib/Connection/AMQPLazyConnection.php text/x-php root:root 0o644 831 bytes
/usr/share/php/PhpAmqpLib/Connection/AMQPSocketConnection.php text/x-php root:root 0o644 612 bytes
/usr/share/php/PhpAmqpLib/Connection/AMQPSSLConnection.php text/x-php root:root 0o644 1.4 KB
/usr/share/php/PhpAmqpLib/Connection/AMQPStreamConnection.php text/x-php root:root 0o644 946 bytes
/usr/share/php/PhpAmqpLib/Exception/ root:root 0o755
/usr/share/php/PhpAmqpLib/Exception/AMQPBasicCancelException.php text/x-php root:root 0o644 258 bytes
/usr/share/php/PhpAmqpLib/Exception/AMQPChannelException.php text/x-php root:root 0o644 158 bytes
/usr/share/php/PhpAmqpLib/Exception/AMQPConnectionException.php text/x-php root:root 0o644 164 bytes
/usr/share/php/PhpAmqpLib/Exception/AMQPExceptionInterface.php text/x-php root:root 0o644 78 bytes
/usr/share/php/PhpAmqpLib/Exception/AMQPException.php text/x-php root:root 0o644 1.0 KB
/usr/share/php/PhpAmqpLib/Exception/AMQPInvalidArgumentException.php text/x-php root:root 0o644 140 bytes
/usr/share/php/PhpAmqpLib/Exception/AMQPIOException.php text/x-php root:root 0o644 120 bytes
/usr/share/php/PhpAmqpLib/Exception/AMQPOutOfBoundsException.php text/x-php root:root 0o644 140 bytes
/usr/share/php/PhpAmqpLib/Exception/AMQPProtocolChannelException.php text/x-php root:root 0o644 110 bytes
/usr/share/php/PhpAmqpLib/Exception/AMQPProtocolConnectionException.php text/x-php root:root 0o644 113 bytes
/usr/share/php/PhpAmqpLib/Exception/AMQPProtocolException.php text/x-php root:root 0o644 1.0 KB
/usr/share/php/PhpAmqpLib/Exception/AMQPRuntimeException.php text/x-php root:root 0o644 132 bytes
/usr/share/php/PhpAmqpLib/Exception/AMQPTimeoutException.php text/x-php root:root 0o644 132 bytes
/usr/share/php/PhpAmqpLib/Helper/ root:root 0o755
/usr/share/php/PhpAmqpLib/Helper/MiscHelper.php text/x-php root:root 0o644 3.3 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.7 KB
/usr/share/php/PhpAmqpLib/Helper/Protocol/MethodMap091.php text/x-php root:root 0o644 2.8 KB
/usr/share/php/PhpAmqpLib/Helper/Protocol/Protocol080.php text/x-php root:root 0o644 25.9 KB
/usr/share/php/PhpAmqpLib/Helper/Protocol/Protocol091.php text/x-php root:root 0o644 17.8 KB
/usr/share/php/PhpAmqpLib/Helper/Protocol/Wait080.php text/x-php root:root 0o644 3.6 KB
/usr/share/php/PhpAmqpLib/Helper/Protocol/Wait091.php text/x-php root:root 0o644 2.6 KB
/usr/share/php/PhpAmqpLib/Message/ root:root 0o755
/usr/share/php/PhpAmqpLib/Message/AMQPMessage.php text/x-php root:root 0o644 1.1 KB
/usr/share/php/PhpAmqpLib/Wire/ root:root 0o755
/usr/share/php/PhpAmqpLib/Wire/AMQPDecimal.php text/x-php root:root 0o644 853 bytes
/usr/share/php/PhpAmqpLib/Wire/AMQPReader.php text/x-php root:root 0o644 10.6 KB
/usr/share/php/PhpAmqpLib/Wire/AMQPWriter.php text/x-php root:root 0o644 7.8 KB
/usr/share/php/PhpAmqpLib/Wire/Constants080.php text/x-php root:root 0o644 4.3 KB
/usr/share/php/PhpAmqpLib/Wire/Constants091.php text/x-php root:root 0o644 3.1 KB
/usr/share/php/PhpAmqpLib/Wire/GenericContent.php text/x-php root:root 0o644 4.6 KB
/usr/share/php/PhpAmqpLib/Wire/IO/ root:root 0o755
/usr/share/php/PhpAmqpLib/Wire/IO/AbstractIO.php text/x-php root:root 0o644 337 bytes
/usr/share/php/PhpAmqpLib/Wire/IO/SocketIO.php text/x-php root:root 0o644 4.1 KB
/usr/share/php/PhpAmqpLib/Wire/IO/StreamIO.php text/x-php root:root 0o644 6.6 KB