sylouuu/php-curl

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
    "name": "sylouuu/php-curl",
    "description": "Lightweight PHP cURL wrapper",
    "type": "library",
    "keywords": ["curl", "http"],
    "minimum-stability": "stable",
    "homepage": "https://github.com/sylouuu/php-curl",
    "license": "MIT",
    "support": {
        "issues": "https://github.com/sylouuu/php-curl/issues"
    },
    "require": {
        "php": ">5.3.0"
    },
    "require-dev": {
        "phpunit/phpunit": "4.0.*"
    },
    "autoload": {
        "psr-4": {
            "sylouuu\\Curl\\": "src/"
        }
    }
}