libretime/airtime_mvc/library/php-amqplib
Duncan Sommerville 5e22f929c7 Reverted commit mistakenly changing file modifiers to 755 2015-01-14 20:45:03 -05:00
..
demo Merge branch '1.9.1' into devel 2011-09-12 17:56:59 -04:00
CREDITS Reverted commit mistakenly changing file modifiers to 755 2015-01-14 20:45:03 -05:00
LICENSE Reverted commit mistakenly changing file modifiers to 755 2015-01-14 20:45:03 -05:00
README.md Reverted commit mistakenly changing file modifiers to 755 2015-01-14 20:45:03 -05:00
amqp.inc Reverted commit mistakenly changing file modifiers to 755 2015-01-14 20:45:03 -05:00
amqp_receive.php Reverted commit mistakenly changing file modifiers to 755 2015-01-14 20:45:03 -05:00
amqp_test.php Reverted commit mistakenly changing file modifiers to 755 2015-01-14 20:45:03 -05:00
amqp_wire.inc Reverted commit mistakenly changing file modifiers to 755 2015-01-14 20:45:03 -05:00
hexdump.inc Reverted commit mistakenly changing file modifiers to 755 2015-01-14 20:45:03 -05:00

README.md

NOTE

This library is a fork of the php-amqplib library.

We modified that library in order to work with PHP 5.3 Strict.

Also we improved the debug method to increase performance.

We use it daily in prod for sending/consuming 600K + messages per day.

Below is the original README file content. Credits goes to the original authors.

Original README:

PHP library implementing Advanced Message Queuing Protocol (AMQP).

The library is port of python code of py-amqplib http://barryp.org/software/py-amqplib/

It have been tested with RabbitMQ server.

Project home page: http://code.google.com/p/php-amqplib/

For discussion, please join the group:

http://groups.google.com/group/php-amqplib-devel

For bug reports, please use bug tracking system at the project page.

Patched are very welcome!

Author: Vadim Zaliva lord@crocodile.org