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

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

marceltk/unisoft-dompdf-module
==============================

A Zend Framework 2 module for incorporating DOMPDF support. (Fork: Raymond Kolbe)

1.0.2(8y ago)1560MITPHPPHP &gt;=5.3.0

Since May 3Pushed 8y ago1 watchersCompare

[ Source](https://github.com/marceltk/unisoft-dompdf)[ Packagist](https://packagist.org/packages/marceltk/unisoft-dompdf-module)[ Docs](http://unisoft.net.br)[ RSS](/packages/marceltk-unisoft-dompdf-module/feed)WikiDiscussions master Synced yesterday

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

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

[](#dompdfmodule)

Master: [![Build Status](https://camo.githubusercontent.com/b037dd118c87d6d75ed707292357aff0afdda4308b8029e148c60cf89c60f732/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f7261796b6f6c62652f444f4d5044464d6f64756c652e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/raykolbe/DOMPDFModule)

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

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

[](#requirements)

- \[Zend Framework 2\]
- \[Zend Framework 3\]

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. create a `composer.json` file with following contents:

    ```
    {
        "require": {
            "marceltk/unisoft-dompdf-module": "dev-master"
        }
    }
    ```
3. install PHP Composer via `curl -s http://getcomposer.org/installer | php` (on windows, download  and execute it with PHP)
4. run `php composer.phar install`
5. 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)

```
