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

ActiveSymfony-bundle

m4t1t0/fop-pdf-bundle
=====================

Symfony 2 Apache FOP integration

2231PHP

Since Dec 13Pushed 12y agoCompare

[ Source](https://github.com/m4t1t0/FopPdfBundle)[ Packagist](https://packagist.org/packages/m4t1t0/fop-pdf-bundle)[ RSS](/packages/m4t1t0-fop-pdf-bundle/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Apache FOP Symfony2 Integration Bundle
======================================

[](#apache-fop-symfony2-integration-bundle)

This bundle provides integration with Apache FOP () for Symfony2

Installation and configuration
==============================

[](#installation-and-configuration)

Get the bundle
--------------

[](#get-the-bundle)

Add to your composer.json

```
{
    "require": {
        "m4t1t0/fop-pdf-bundle": "dev-master"
    }
}

```

Use composer to download the new requirement

```
$ php composer.phar update m4t1t0/fop-pdf-bundle

```

Add FopPdfBundle to your application kernel
-------------------------------------------

[](#add-foppdfbundle-to-your-application-kernel)

```
