PHPackages                             realtyhub/invoice-painter-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. realtyhub/invoice-painter-bundle

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

realtyhub/invoice-painter-bundle
================================

Symfony2 Bundle to help render PDF Invoices

61.5k1PHP

Since Apr 24Pushed 8y ago1 watchersCompare

[ Source](https://github.com/realtyhub/InvoicePainterBundle)[ Packagist](https://packagist.org/packages/realtyhub/invoice-painter-bundle)[ RSS](/packages/realtyhub-invoice-painter-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

[![Freelance Banner](https://camo.githubusercontent.com/f9969859b325b35ebdf329034294c985a7ae0cf0f13329551cf8eb970375e9b8/68747470733a2f2f73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f7374617469632e657870657274636f6465722e696f2f6769746875622d62616e6e65722f62616e6e65722e706e67)](https://camo.githubusercontent.com/f9969859b325b35ebdf329034294c985a7ae0cf0f13329551cf8eb970375e9b8/68747470733a2f2f73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f7374617469632e657870657274636f6465722e696f2f6769746875622d62616e6e65722f62616e6e65722e706e67)

Invoice Painter Bundle
======================

[](#invoice-painter-bundle)

This Symfony2 bundle has the simple purpose of helping your application generate PDF invoices. It doesn't concern itself with logic relating to your pricing or payment system, this work is still performed by your application.

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

[](#installation-and-configuration)

Composer.json

```
{
    ...
    "require": {
        "realtyhub/invoice-painter-bundle": "dev-master"
    }
}
```

AppKernel.php

```
