PHP Package: gotenberg/gotenberg-php
Gotenberg PHP library for seamless integration with Gotenberg service, simplifying document conversions and processing.
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.
Download Latest Version: 2.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.