PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Select Pdf   SelectPdf Online REST API PHP PDF Library Client   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: SelectPdf Online REST API PHP PDF Library Client
Manipulate PDF documents using the SelectPDF API
Author: By
Last change:
Date: 2 years ago
Size: 678 bytes
 

Contents

Class file image Download
{ "name": "selectpdf/selectpdf-api-client", "type": "library", "version": "1.4.0", "description": "PHP client for SelectPdf Online REST API", "keywords": ["html-to-pdf", "html-to-pdf-api", "pdf-merge-api", "pdf-to-text-api", "pdf", "web service", "api", "client", "convert", "converter"], "homepage": "https://selectpdf.com/html-to-pdf-api/", "license": "MIT", "authors": [ { "name": "SelectPdf", "email": "support@selectpdf.com", "homepage": "https://selectpdf.com/" } ], "require": { "php": ">=5.3.10" }, "autoload": { "classmap": ["SelectPdf.Api.php"] } }