Files
gotenberg/build/docs/content/02-clients.md
2019-12-10 14:39:15 +01:00

1.0 KiB

title
title
Clients

We provide clients in various languages for easing the interactions with the API.

Go client

$ go get -u github.com/thecodingmachine/gotenberg-go-client/v7

See also the example from the README.

PHP client

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

$ composer require php-http/guzzle6-adapter

Then the PHP client:

$ composer require thecodingmachine/gotenberg-php-client

See also the example from the README.

Community clients