PHPackages                             kitlabs-cn/gotenberg-php-client - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. kitlabs-cn/gotenberg-php-client

ActiveLibrary[API Development](/categories/api)

kitlabs-cn/gotenberg-php-client
===============================

A client for sending files to a Gotenberg API

3.1.1(7y ago)0347MITPHPPHP &gt;=7.1

Since Apr 18Pushed 7y ago2 watchersCompare

[ Source](https://github.com/kitlabs-cn/gotenberg-php-client)[ Packagist](https://packagist.org/packages/kitlabs-cn/gotenberg-php-client)[ Docs](https://github.com/thecodingmachine/gotenberg-php-client)[ RSS](/packages/kitlabs-cn-gotenberg-php-client/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (14)Versions (8)Used By (0)

Gotenberg PHP client
====================

[](#gotenberg-php-client)

A simple PHP client for interacting with a Gotenberg API.

Install
-------

[](#install)

Unless your project already have a PSR7 `HttpClient`, install `php-http/guzzle6-adapter`:

```
$ composer require php-http/guzzle6-adapter
```

Then the PHP client:

```
$ composer require thecodingmachine/gotenberg-php-client
```

Usage
-----

[](#usage)

```
