| {
    "name": "selectpdf/selectpdf-api",
    "type": "library",
    "version": "2.0.0",
    "description": "PHP Client library for the SelectPdf HTML to PDF REST API.",
    "keywords": ["html", "pdf", "html to pdf", "web service", "api", "client", "convert", "converter", "web page"],
    "homepage": "https://selectpdf.com/html-to-pdf-api/",
    "license": "MIT",
    "authors": [
        {
            "name": "SelectPdf",
            "homepage": "https://selectpdf.com/"
        }
    ],
    "require": {
        "php": ">=5.5",
        "ext-curl": "*"
    },
    "autoload": {
        "classmap": ["selectpdf.php"]
    }
}
 |