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

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

reinfi/zf-dompdf-module
=======================

A Zend Framework 2 module for incorporating DOMPDF support.

v1.0(9y ago)09MITPHPPHP &gt;=5.6

Since Jun 15Pushed 9y ago1 watchersCompare

[ Source](https://github.com/reinfi/ZFDompdfModule)[ Packagist](https://packagist.org/packages/reinfi/zf-dompdf-module)[ RSS](/packages/reinfi-zf-dompdf-module/feed)WikiDiscussions master Synced 2w ago

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

ZFDompdfModule
==============

[](#zfdompdfmodule)

The DOMPDF module integrates the DOMPDF library with Zend Framework 2 with minimal effort on the consumer's end.

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

[](#requirements)

- [Zend Framework 2](http://www.github.com/zendframework/zf2)

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. composer require "reinfi/zf-dompdf-module"
2. open `my/project/directory/config/application.config.php` and add the following key to your `modules`:

    ```
    'ZFDomPdf',
    ```

#### Configuration options

[](#configuration-options)

You can override options via the `dompdf` key in your local or global config files. See Dompdf class for all options.

Usage
-----

[](#usage)

```
