PHPackages                             imag/files-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. [File &amp; Storage](/categories/file-storage)
4. /
5. imag/files-bundle

ActiveLibrary[File &amp; Storage](/categories/file-storage)

imag/files-bundle
=================

Files Bundle for Symfony 2

v3.0.3(7y ago)24.0kCeCILLPHPPHP &gt;=5.3.3

Since Feb 7Pushed 7y ago2 watchersCompare

[ Source](https://github.com/BorisMorel/FilesBundle)[ Packagist](https://packagist.org/packages/imag/files-bundle)[ Docs](http://github.com/BorisMorel/FilesBundle)[ RSS](/packages/imag-files-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (16)Used By (0)

FilesBundle
===========

[](#filesbundle)

This bundle can create/manage PDFs files. it can create a Pdf from a html page and append many Pdfs files on the document and zip final document. It use KnpSnappyBundle to create PDF from Html and ZendPdf to append pdfs files.

Install
-------

[](#install)

1. Download FilesBundle
2. Enable the bundle
3. Configure the KnpSnappyBundle

### How get the bundle

[](#how-get-the-bundle)

**Caution:**

> The dev-master version have not backward compatibility with the 2.x version.

### Composer

[](#composer)

Modify your composer.json on your project root

```
// {root}/composer.json

{
    [...],
    "require": {
        [...],
        "imag/files-bundle": "dev-master"
    }
}
```

### Enable the Bundle

[](#enable-the-bundle)

```
