An SDK allowing easy conversion from any supported format to PDF using the PDFen.com API.
This package can be installed using Composer. TODO.
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");