PHPackages                             netiul/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. netiul/dompdf-module

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

netiul/dompdf-module
====================

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

v0.7.1(2y ago)223.7k↓50%21MITPHPPHP ~7.4.1 || ~8.0.0 || ~8.1.0 || ~8.2.0

Since Jun 27Pushed 2y ago2 watchersCompare

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

READMEChangelog (6)Dependencies (11)Versions (14)Used By (1)

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

[](#dompdfmodule)

Master: [![master](https://github.com/netiul/DOMPDFModule/workflows/Continuous%20Integration/badge.svg?branch=master)](https://github.com/netiul/DOMPDFModule/workflows/Continuous%20Integration/badge.svg?branch=master)

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 netiul/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)

```
