bkw / php-amqp

fork of php-amqplib

This URL has Read+Write access

name age message
file CREDITS Thu Apr 30 14:59:38 -0700 2009 User patch: What steps will reproduce the prob... [krokodil]
file LICENSE Fri Dec 05 12:26:43 -0800 2008 initial check in git-svn-id: http://php-amqpl... [krokodil]
file README Fri Dec 05 12:39:16 -0800 2008 group mention git-svn-id: http://php-amqplib.... [krokodil]
file amqp.inc Sat Oct 03 09:46:40 -0700 2009 fixes for E_STRICT with php-5.3 [bkw]
file amqp_test.php Thu Dec 11 18:50:13 -0800 2008 properties support to add a property(ies) to Ge... [lyolik1977]
file amqp_wire.inc Sat Oct 03 09:00:21 -0700 2009 Merge branch 'issue7' [bkw]
directory demo/ Sat Oct 03 09:46:07 -0700 2009 minor teaks: use /usr/bin/env php for shebang, ... [bkw]
file hexdump.inc Fri Dec 05 12:26:43 -0800 2008 initial check in git-svn-id: http://php-amqpl... [krokodil]
directory tests/ Sat Oct 03 09:00:31 -0700 2009 Merge branch 'more_tests' [bkw]
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>