docfalcon/docfalcon-sdk
Composer 安装命令:
composer require docfalcon/docfalcon-sdk
包简介
DocFalcon SDK for PHP
关键字:
README 文档
README
Introduction
This library provides PHP integration for DocFalcon APIs.
We welcome feedback and issues you may spot while using it.
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.
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.
License
BSD 3-Clause License
Copyright (c) 2017, DocFalcon
统计信息
- 总下载量: 16
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 6
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2017-10-18