定制 docfalcon/docfalcon-sdk 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

docfalcon/docfalcon-sdk

Composer 安装命令:

composer require docfalcon/docfalcon-sdk

包简介

DocFalcon SDK for PHP

README 文档

README

Build Status Coverage Status Packagist version

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

GitHub 信息

  • Stars: 0
  • Watchers: 3
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: BSD-3-Clause
  • 更新时间: 2017-10-18

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固