typesetsh/shopware6-plugin

Shopware 6 Typeset.sh PDF Plugin

Installs: 34

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Language:Twig

Type:shopware-platform-plugin

0.5.0 2021-06-14 15:24 UTC

This package is auto-updated.

Last update: 2024-04-14 21:22:56 UTC


README

This Shopware6 plugin provides an alternative PDF renderer using the typeset.sh engine.

Typeset.sh is a html & css renderer written in PHP and does not require any additional php extensions or APIs.

Example

PDF Sample Invoice

Here is a sample pdf ouptut file.

Installation via Composer

Get access to your typeset.sh repository. See the typeset.sh documentation.

composer config repositories.typeset composer https://packages.typeset.sh
composer require typesetsh/shopware6-plugin
php bin/console plugin:refresh
php bin/console plugin:install -a -c TypesetshShopwarePlatform

License

This plugin is under the MIT license.

However, it requires a version of typeset.sh to work.