juistdit/pdfen-php-sdk

An SDK allowing easy conversion from any supported format to PDF using the PDFen.com API

dev-master 2017-06-07 15:28 UTC

This package is not auto-updated.

Last update: 2024-04-13 17:24:43 UTC


README

An SDK allowing easy conversion from any supported format to PDF using the PDFen.com API.

Installing

This package can be installed using Composer. TODO.

Usage

After installing PDFen SDK using composer, the first step is to create a PDFen SDK object and creating a session using your credentials:

$sdk = new PDFen\Sdk;
$session = $sdk->login("account@example.com", "123456789IsNotASafePassword");