2017 © Pedro Peláez
 

library pdfen-php-sdk

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

image

juistdit/pdfen-php-sdk

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

  • Wednesday, June 7, 2017
  • by JuistdIT-BV
  • Repository
  • 2 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

An SDK in PHP for PDFen (In-development)

An SDK allowing easy conversion from any supported format to PDF using the PDFen.com API., (*1)

Installing

This package can be installed using Composer. TODO., (*2)

Usage

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

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

The Versions

07/06 2017

dev-master

9999999-dev https://github.com/juistdit/pdfen-php-sdk

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

  Sources   Download

MIT

The Requires

  • php ^7.0

 

The Development Requires

sdk pdf pdfen