PHP Package: gotenberg/gotenberg-php

Gotenberg PHP library for seamless integration with Gotenberg service, simplifying document conversions and processing.

Current Version: 2.14.0
Last Updated: 2025-05-21
PHP Requirement: ^8.1|^8.2|^8.3|^8.4
Dependencies:
gotenberg/gotenberg
php-http/guzzle6-adapter
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Gotenberg PHP library offers robust tools for interacting with the Gotenberg API, enabling effortless document conversions, PDF generation, and seamless processing capabilities. With intuitive functions and comprehensive features, this library enhances workflow efficiency and streamlines document management tasks, ensuring a smooth and hassle-free experience for developers.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 2.14.0

Download Download v2.14.0

Previous Versions

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/gotenberg/gotenberg-php/2.14.0/loader.php';
require_once 'libs/gotenberg/gotenberg/{lib_version}/loader.php';
require_once 'libs/php-http/guzzle6-adapter/2.0.2/loader.php';

use Gotenberg\Gotenberg;

$obj = new Gotenberg();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.