Download the PHP package codeinc/cloudrun-gotenberg without Composer
On this page you can find all versions of the php package codeinc/cloudrun-gotenberg. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download codeinc/cloudrun-gotenberg
More information about codeinc/cloudrun-gotenberg
Files in codeinc/cloudrun-gotenberg
Package cloudrun-gotenberg
Short Description Wrapper to use the Gotenberg HTTP client library with a CloudRun service
License MIT
Homepage https://github.com/codeinchq/cloudrun-gotenberg
Informations about the package cloudrun-gotenberg
GCP Cloud Run Gotenberg for PHP
The PHP 8.2+ library provides an authenticated Gotenberg client using codeinc/cloudrun-auth-http-client
to be used with a Gotenberg service running on Google Cloud Platform Cloud Run.
Installation
The library is available on Packagist. You can install it using Composer:
Usage
This library is modeled after the official Gotenberg PHP client. The methods of the class CodeInc\CloudRunGotenberg\CloudRunGotenberg
are the same as the Gotenberg\Gotenberg
class (but they are not static
).
The requests are authenticated using codeinc/cloudrun-auth-http-client
. A service account is required to authenticate the requests. Check this page to learn how to create and authorized a service account and obtain the service account key.
The following conversion examples are extracted from Gotenberg PHP client documentation.
License
The library is published under the MIT license (see LICENSE
file).
All versions of cloudrun-gotenberg with dependencies
gotenberg/gotenberg-php Version ^2.0
codeinc/cloudrun-auth-http-client Version ^1.1