GET /api/v1/ports/php81-amqp/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "php81-amqp",
    "portdir": "php/php-amqp",
    "version": "2.1.2",
    "license": "PHP-3.01",
    "platforms": "darwin",
    "epoch": 1,
    "replaced_by": null,
    "homepage": "http://pecl.php.net/package/amqp",
    "description": "AMQP interface for PHP",
    "long_description": "This extension can communicate with any AMQP spec 0-9-1 compatible server, such as RabbitMQ, OpenAMQP and Qpid, giving you the ability to create and delete exchanges and queues, as well as publish to any exchange and consume from any queue.",
    "active": true,
    "categories": [
        "net",
        "php"
    ],
    "maintainers": [
        {
            "name": "ryandesign",
            "github": "ryandesign",
            "ports_count": 1824
        }
    ],
    "variants": [
        "debug",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "autoconf",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "rabbitmq-c",
                "php81"
            ]
        }
    ],
    "depends_on": []
}