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

{
    "name": "php-eaccelerator",
    "portdir": "php/php-eaccelerator",
    "version": "0.9.6.1",
    "license": "GPL-2+",
    "platforms": "darwin freebsd openbsd",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://eaccelerator.net/",
    "description": "php5 extension for PHP acceleration, optimization, and dynamic content caching",
    "long_description": "eAccelerator is a free open-source PHP accelerator, optimizer, and dynamic content cache. It increases the performance of PHP scripts by caching them in their compiled state, so that the overhead of compiling is almost completely eliminated. It also optimizes scripts to speed up their execution. eAccelerator typically reduces server load and increases the speed of your PHP code by 1-10 times.",
    "active": true,
    "categories": [
        "devel",
        "www",
        "php"
    ],
    "maintainers": [
        {
            "name": "ryandesign",
            "github": "ryandesign",
            "ports_count": 1825
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0"
            ]
        },
        {
            "type": "run",
            "ports": [
                "php53-eaccelerator"
            ]
        }
    ],
    "depends_on": []
}