GET /api/v1/ports/php/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "php",
    "portdir": "lang/php",
    "version": "8.3",
    "license": "PHP-3.01",
    "platforms": "any",
    "epoch": 2,
    "replaced_by": null,
    "homepage": "https://www.php.net",
    "description": "PHP: Hypertext Preprocessor",
    "long_description": "PHP is a widely-used general-purpose scripting language that is especially suited for developing web sites, but can also be used for command-line scripting.",
    "active": true,
    "categories": [
        "lang",
        "www"
    ],
    "maintainers": [
        {
            "name": "ryandesign",
            "github": "ryandesign",
            "ports_count": 1764
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16"
            ]
        },
        {
            "type": "extract",
            "ports": [
                "xz"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "openssl11"
            ]
        },
        {
            "type": "run",
            "ports": [
                "php83"
            ]
        }
    ],
    "depends_on": []
}