bowphp/pdf

The dompdf support for bow framework

Maintainers

Details

github.com/bowphp/pdf

Source

Issues

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 5

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/bowphp/pdf

1.0.3 2025-12-28 19:06 UTC

This package is auto-updated.

Last update: 2025-12-28 20:51:46 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.