2017 © Pedro Peláez
 

library docfalcon-sdk

DocFalcon SDK for PHP

image

docfalcon/docfalcon-sdk

DocFalcon SDK for PHP

  • Wednesday, October 18, 2017
  • by docfalcon
  • Repository
  • 3 Watchers
  • 0 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

DocFalcon SDK for PHP

Build Status Coverage Status Packagist version, (*1)

Introduction

This library provides PHP integration for DocFalcon APIs., (*2)

We welcome feedback and issues you may spot while using it., (*3)

Installation

composer require docfalcon/docfalcon-sdk

Usage

DocFalcon has one very simple and intuitive API for PDF generation. This library is a very simple wrapper around an http client., (*4)

PDF Generation

$businessCard = json_decode(file_get_contents('./samples/business_card.json'));

$client = new \GuzzleHttp\Client();
$docfalcon = new \DocFalcon\Client($client,'YOUR_APIKEY');
$response = $docfalcon->generate($businessCard, './business_card.pdf');

You can get more info about how to get an apikey or how to describe your document by looking at the docs., (*5)

License

BSD 3-Clause License, (*6)

Copyright (c) 2017, DocFalcon, (*7)

The Versions

18/10 2017

dev-master

9999999-dev https://github.com/docfalcon/docfalcon-sdk-php

DocFalcon SDK for PHP

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

by Diego Ferri
by Claudio Gandelli
by Andrea Ghidini

pdf render docfalcon

18/10 2017

0.2.0

0.2.0.0 https://github.com/docfalcon/docfalcon-sdk-php

DocFalcon SDK for PHP

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

by Diego Ferri
by Claudio Gandelli
by Andrea Ghidini

pdf render docfalcon