PHPackages                             guidofaecke/dompdf-module - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [PDF &amp; Document Generation](/categories/documents)
4. /
5. guidofaecke/dompdf-module

ActiveLibrary[PDF &amp; Document Generation](/categories/documents)

guidofaecke/dompdf-module
=========================

A Laminas module for incorporating DOMPDF support - Originally by Raymond Kolbe

0.8.0(3y ago)017MITPHPPHP ~8.0.0 || ~8.1.0 || ~8.2.0

Since May 16Pushed 3y agoCompare

[ Source](https://github.com/guidofaecke/DOMPDFModule)[ Packagist](https://packagist.org/packages/guidofaecke/dompdf-module)[ RSS](/packages/guidofaecke-dompdf-module/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (12)Versions (3)Used By (0)

DOMPDFModule
============

[](#dompdfmodule)

The DOMPDF module integrates the DOMPDF library with Laminas with minimal effort on the consumer's end.

Requirements
------------

[](#requirements)

- [Laminas](https://getlaminas.org/)

Installation
------------

[](#installation)

Installation of DOMPDFModule uses PHP Composer. For more information about PHP Composer, please visit the official [PHP Composer site](http://getcomposer.org/).

#### Installation steps

[](#installation-steps)

1. `cd my/project/directory`
2. Add the module to the project by:

    composer require guidofaecke/dompdf-module
3. open `my/project/directory/config/application.config.php` and add the following key to your `modules`:

    ```
    'DOMPDFModule',
    ```

#### Configuration options

[](#configuration-options)

You can override options via the `dompdf_module` key in your local or global config files. See DOMPDFModule/config/module.config.php for config options.

Usage
-----

[](#usage)

```
