whatwedo / esr-bundle
Symfony4 bundle for creating orange inpayment slip PDF's
Installs: 8 631
Dependents: 0
Suggesters: 0
Security: 0
Stars: 12
Watchers: 15
Forks: 2
Open Issues: 2
Language:Twig
Type:symfony-bundle
Requires
- php: >=7.3
- doctrine/annotations: ~1.0
- knplabs/knp-snappy-bundle: ^1.5
- sprain/swiss-qr-bill: ^3.2
- symfony/mime: >=3.4
- symfony/security-csrf: >=3.4
- symfony/templating: >=3.4
- symfony/twig-bridge: >=3.4
- symfony/twig-bundle: >=3.4
- symfony/validator: >=3.4
- symfony/yaml: >=3.4
Requires (Dev)
- phpunit/phpunit: ^7
This package is auto-updated.
Last update: 2024-10-14 20:19:07 UTC
README
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
- see /Resources/docs-folder for usage.