Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
videlalvaro committed Sep 15, 2010
0 parents commit 85ce161
Show file tree
Hide file tree
Showing 9 changed files with 2,842 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CREDITS
@@ -0,0 +1,10 @@

Following people contributed to this project:

Barry Pederson <bp@barryp.org> - author of original Python lib
Vadim Zaliva <lord@crocodile.org> - PHP paort
taavi013@gmail.com patches - patches
Sean Murphy http://code.google.com/u/sgmurphy/ - patches
spiderbill http://code.google.com/u/spiderbill/ - patches


458 changes: 458 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

34 changes: 34 additions & 0 deletions README.md
@@ -0,0 +1,34 @@
# NOTE #

This library is a fork of the [php-amqplib](http://code.google.com/p/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>


0 comments on commit 85ce161

Please sign in to comment.