Download the PHP package xmarcos/php-weasyprint without Composer
On this page you can find all versions of the php package xmarcos/php-weasyprint. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download xmarcos/php-weasyprint
More information about xmarcos/php-weasyprint
Files in xmarcos/php-weasyprint
Package php-weasyprint
Short Description Backport of pontedilana/php-weasyprint for legacy applications running PHP 5.6.
License MIT
Informations about the package php-weasyprint
PhpWeasyPrint for PHP 5.6
PhpWeasyPrint is a wrapper for WeasyPrint, an alternative to wkhtmltopdf.
:warning: This is a backport of pontedilana/php-weasyprint
for legacy applications running PHP 5.6 —which have reached end-of-life and should not be used in production.
This original library is massively inspired by KnpLabs/snappy, of which it aims to be a one-to-one substitute (GeneratorInterface
is the same). Checkout its README for more information.
Installation
You need to have WeasyPrint installed and available in your path as well.
Usage
Initialization
Display the pdf in the browser
Download the pdf from the browser
Generate local pdf file from HTML
Generate local pdf file from URL
Pass arguments to weasyprint
See weasyprint Command-line API for an explanation of these options.
Reset arguments
Options/arguments can be reset to their initial values with resetOptions()
method.
Integration Test
There is a very simple integration test included for convenience. It's using the same docker image and exact same python and weasyprint versions that the project that originated this fork requires. Don't expect that to be a very comprehensive suite, just there to ensure it works. That said, run it like this:
Bugs & Support
If you need support for a version of PHP other than 5.6, please see the original library. The only goal of this fork is to support legacy applications running PHP 5.6 until they can be upgraded or sunset. It should be possible to use this code for even older versions, but I don't have the need nor the time to try them.
Credits
- PhpWeasyPrint has been originally developed by the Pontedilana dev team.
- Snappy has been originally developed by the KnpLabs team.