bin.shen
2016-12-05 a4c9331bbfe3e8765ccdc1c54cc6931bac49cc82
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
[
    {
        "name": "php-amqplib/php-amqplib",
        "version": "v2.6.3",
        "version_normalized": "2.6.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-amqplib/php-amqplib.git",
            "reference": "fa2f0d4410a11008cb36b379177291be7ee9e4f6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-amqplib/php-amqplib/zipball/fa2f0d4410a11008cb36b379177291be7ee9e4f6",
            "reference": "fa2f0d4410a11008cb36b379177291be7ee9e4f6",
            "shasum": ""
        },
        "require": {
            "ext-bcmath": "*",
            "ext-mbstring": "*",
            "php": ">=5.3.0"
        },
        "replace": {
            "videlalvaro/php-amqplib": "self.version"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.8",
            "scrutinizer/ocular": "^1.1",
            "squizlabs/php_codesniffer": "^2.5"
        },
        "suggest": {
            "ext-sockets": "Use AMQPSocketConnection"
        },
        "time": "2016-04-11 14:30:01",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.7-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "PhpAmqpLib\\": "PhpAmqpLib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-2.1"
        ],
        "authors": [
            {
                "name": "Alvaro Videla",
                "role": "Original Maintainer"
            },
            {
                "name": "John Kelly",
                "email": "johnmkelly86@gmail.com",
                "role": "Maintainer"
            },
            {
                "name": "Raúl Araya",
                "email": "nubeiro@gmail.com",
                "role": "Maintainer"
            }
        ],
        "description": "Formerly videlalvaro/php-amqplib.  This library is a pure PHP implementation of the AMQP protocol. It's been tested against RabbitMQ.",
        "homepage": "https://github.com/php-amqplib/php-amqplib/",
        "keywords": [
            "message",
            "queue",
            "rabbitmq"
        ]
    }
]