EsrBundle

Symfony2 bundle for creating orange inpayment slip PDF's with support for swiss QR invoices

MIT License

Downloads
8.5K
Stars
12
Committers
4

whatwedoEsrBundle

Symfony2 bundle for creating orange inpayment slip and QR invoices PDF's

Requirements

This library has the following requirements:

  • PHP 5.3+
  • wkhtmltopdf

Installation

install the library via composer:

composer require "whatwedo/esr-bundle"
<?php
// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...

        new whatwedo\EsrBundle\whatwedoEsrBundle(),
    );
}

Documentation