Skip to content

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

License

Notifications You must be signed in to change notification settings

whatwedo/EsrBundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

255613e · Dec 10, 2021

History

66 Commits
Dec 10, 2021
Jul 1, 2021
Oct 13, 2020
Oct 13, 2020
Dec 10, 2021
Dec 10, 2021
Apr 9, 2020
Jan 16, 2017
Dec 10, 2021
Feb 28, 2016
Apr 15, 2020
Dec 10, 2021
Aug 21, 2019
Nov 3, 2014

Repository files navigation

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