bowphp/pdf

The dompdf support for bow framework

Maintainers

Package info

github.com/bowphp/pdf

pkg:composer/bowphp/pdf

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 5

Open Issues: 0

1.0.3 2025-12-28 19:06 UTC

This package is auto-updated.

Last update: 2026-02-28 21:11:14 UTC


README

Ce package vous permettra de manipuler dompdf/dompdf via un wrapper simple et intuitif.

Build Status Build Status

Usage

Installez une copie du package avec composer.

Installation

composer require bowphp/pdf

Configuration

Dans le fichier app\Kernel.php. Ajoutez le service comme suit:

/**
 * All app services register
 *
 * @return array
 */
public function configurations()
{
  /**
   * Put here you service
   */
  return [
    \Bow\Pdf\PDFConfiguration::class,
      // other
  ];
}

Contributing

Thank you for considering contributing to Bow Framework! The contribution guide is in the framework documentation.