[ Web Proxy ]
URL:
Viewing: https://raw.githubusercontent.com/serpapi/serpapi-php/master/composer.json [Back]  [Original]

{
    "name": "serpapi/serpapi-php",
    "description": "Get Google, Bing, Baidu, eBay, Yahoo, Yandex, Home Depot, Naver, Apple, DuckDuckGo, Yelp and YouTube search results via SerpApi.com",
    "type": "library",
    "keywords": [
        "Google",
        "Serp",
        "Search",
        "Result",
        "YouTube",
        "Walmart",
        "Yandex",
        "Localisation",
        "REST",
        "api",
        "client",
        "curl",
        "JSON",
        "XML",
        "Naver",
        "DuckDuckGo",
        "Apple",
        "store",
        "homedepot",
        "datamining",
        "ml",
        "learning",
        "scrape"
    ],
    "homepage": "https://github.com/serpapi/serpapi-php",
    "license": "MIT",
    "authors": [
        {
            "name": "Alaa Abdulridha",
            "role": "Software Engineer",
            "email": "alaa@serpapi.com"
        }
    ],
    "support": {
        "issues": "https://github.com/serpapi/serpapi-php/issues",
        "source": "https://github.com/serpapi/serpapi-php",
        "docs": "https://serpapi.com/integrations/php"
    },
    "require": {
        "php": ">=7.2",
        "ext-curl": "*",
        "ext-json": "*"
    },
    "require-dev": {
        "phpunit/phpunit": "^8.5.52 || ^9.6 || ^10.5 || ^11.5 || ^12.5 || ^13.0",
        "squizlabs/php_codesniffer": "^3.10"
    },
    "autoload": {
        "psr-4": {
            "SerpApi\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "SerpApi\\Tests\\": "tests/"
        }
    },
    "scripts": {
        "test": "phpunit -c phpunit.xml",
        "lint": "phpcs"
    }
}

Web Proxy Viewer  |  New URL  |  Original Page