Skip to content

Commit 85ce161

Browse files
committed
initial commit
0 parents  commit 85ce161

File tree

9 files changed

+2842
-0
lines changed

9 files changed

+2842
-0
lines changed

CREDITS

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
2+
Following people contributed to this project:
3+
4+
Barry Pederson <[email protected]> - author of original Python lib
5+
Vadim Zaliva <[email protected]> - PHP paort
6+
[email protected] patches - patches
7+
Sean Murphy http://code.google.com/u/sgmurphy/ - patches
8+
spiderbill http://code.google.com/u/spiderbill/ - patches
9+
10+

LICENSE

Lines changed: 458 additions & 0 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# NOTE #
2+
3+
This library is a fork of the [php-amqplib](http://code.google.com/p/php-amqplib/) library.
4+
5+
We modified that library in order to work with PHP 5.3 Strict.
6+
7+
Also we improved the debug method to increase performance.
8+
9+
We use it daily in prod for sending/consuming 600K + messages per day.
10+
11+
Below is the original README file content. Credits goes to the original authors.
12+
13+
# Original README: #
14+
15+
PHP library implementing Advanced Message Queuing Protocol (AMQP).
16+
17+
The library is port of python code of py-amqplib
18+
http://barryp.org/software/py-amqplib/
19+
20+
It have been tested with RabbitMQ server.
21+
22+
Project home page: http://code.google.com/p/php-amqplib/
23+
24+
For discussion, please join the group:
25+
26+
http://groups.google.com/group/php-amqplib-devel
27+
28+
For bug reports, please use bug tracking system at the project page.
29+
30+
Patched are very welcome!
31+
32+
Author: Vadim Zaliva <[email protected]>
33+
34+

0 commit comments

Comments
 (0)