PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Select Pdf   SelectPdf PHP HTML to PDF REST API   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: SelectPdf PHP HTML to PDF REST API
Convert HTML to PDF using the SelectPdf API
Author: By
Last change:
Date: 6 years ago
Size: 627 bytes
 

Contents

Class file image Download
{ "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"] } }