Symfony2 bundle for creating orange inpayment slip and QR invoices PDF's
This library has the following requirements:
- PHP 5.3+
- wkhtmltopdf
install the library via composer:
composer require "whatwedo/esr-bundle"
<?php
// app/AppKernel.php
public function registerBundles()
{
$bundles = array(
// ...
new whatwedo\EsrBundle\whatwedoEsrBundle(),
);
}
- see /Resources/docs-folder for usage.