advans/php-api-pdf

There is no license information available for the latest version (v1.0.1) of this package.

v1.0.1 2022-11-24 14:41 UTC

This package is auto-updated.

Last update: 2024-12-24 19:05:30 UTC


README

Latest Stable Version Total Downloads

Instalación usando Composer

$ composer require advans/php-api-pdf

Ejemplo

$service_pdf = new \Advans\Api\Pdf\Pdf([
    'base_url' => '*************************',
    'key' => '**********************'
]);

$fo = file_get_contents('fo_example.xml');
$response = $service_pdf->fromFormatObject($fo);

Configuración