Where can i find the php-amqp documentation?

≡放荡痞女 提交于 2019-12-23 12:15:58

问题


We are planning to use RabbitMQ from PHP, and we decided to go with php-amqp, because it supports PHP 5.2. The only problem is i can't find a proper documentation for this PECL library


回答1:


It is sad to say, but official php-amqp documentation (http://us1.php.net/manual/en/book.amqp.php) was removed as it was obsoleted. For now you can look through stub files and tests.

I'm really sorry that we don't write proper documentation and examples yet.

If you will have further questions about php-amqp extension feels free to post more questions here or contact me personally.




回答2:


The official RabbitMQ site hosts a great tutorial, but unfortunately the included code examples are using the php-amqplib library, which is a pure PHP implementation of a RabbitMQ client.

Fortunately, the same examples are available for a variety of languages and libraries on the rabbitmq-tutorials GitHub repository, even included php-amqp, the PECL extension mentioned in the above question.



来源:https://stackoverflow.com/questions/23090526/where-can-i-find-the-php-amqp-documentation

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!