PHPackages                             siphoc/pdf-bundle - 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. siphoc/pdf-bundle

ActiveSymfony-bundle[PDF &amp; Document Generation](/categories/documents)

siphoc/pdf-bundle
=================

Siphoc PDF Bundle for Symfony2

2.0.0(9y ago)1442.4k6MITPHPPHP &gt;=5.3.2

Since Feb 11Pushed 9y ago2 watchersCompare

[ Source](https://github.com/siphoc/PdfBundle)[ Packagist](https://packagist.org/packages/siphoc/pdf-bundle)[ Docs](http://siphoc.github.com)[ RSS](/packages/siphoc-pdf-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (6)Versions (13)Used By (0)

PDFBundle
=========

[](#pdfbundle)

The Siphoc PDF Bundle provides an easy way to create PDF's from your views.

[![Build Status](https://camo.githubusercontent.com/ab6b8446fd457293917bf68a6963c69c80d7346f7149826f44581f4f786c5da1/68747470733a2f2f7472617669732d63692e6f72672f736970686f632f50646642756e646c652e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/siphoc/PdfBundle)

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

[](#installation)

### Step 1: Download the bundle using Composer

[](#step-1-download-the-bundle-using-composer)

Add SiphocPdfBundle to composer.

```
{
    "require": {
        "siphoc/pdf-bundle": "2.0.*"
    }
}

```

Install the bundle:

```
$ composer.phar update siphoc/pdf-bundle

```

Composer will install the bundle with the required dependencies.

### Step 2: Enable the bundle

[](#step-2-enable-the-bundle)

In your AppKernel add the following:

```
