Skip to content

juistdit/pdfen-sdk-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An SDK in PHP for PDFen (In-development)

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");

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages