We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed715c7 commit 141280aCopy full SHA for 141280a
composer.json
@@ -0,0 +1,18 @@
1
+{
2
+ "name": "videlalvaro/php-amqplib",
3
+ "type": "library",
4
+ "description": "This library is a pure PHP implementation of the AMQP protocol. It's been tested against RabbitMQ.",
5
+ "keywords": ["rabbitmq", "message", "queue"],
6
+ "homepage": "https://github.com/videlalvaro/php-amqplib/",
7
+ "authors": [
8
+ {
9
+ "name" : "Alvaro Videla"
10
+ }
11
+ ],
12
+ "require": {
13
+ "php": ">=5.3.0"
14
+ },
15
+ "autoload": {
16
+ "psr-0": {"PhpAmqpLib": ""}
17
18
+}
0 commit comments