<HTML>
<HEAD>
<TITLE>PHP Client libraries</TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Hi everyone,<BR>
<BR>
We are having some issues here with PHP clients. We have the following options:<BR>
Php-amqp (PHP module written in C)<BR>
Php-rabbit (PHP module written in C)<BR>
AMQP (Pure PHP implementation, which is a port of port)<BR>
<BR>
The pure PHP implementation is working for us, but it is too slow to really serve our purposes. As a result, we are looking at the PHP modules.<BR>
After doing some patching thanks to madcoder on Google groups, the php-amqp library works well, but does not have consumer functionality. The php-rabbit module is unfortunately bug ridden.<BR>
<BR>
Does anyone have a working php module that contains consumer functionality?<BR>
<BR>
Thanks,<BR>
Pieter</SPAN></FONT>
</BODY>
</HTML>