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.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package php-weasyprint

PhpWeasyPrint for PHP 5.6

CI Status Latest Stable Version Total Downloads License PHP Version Require

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


All versions of php-weasyprint with dependencies

PHP Build Version
Package Version
Requires php Version ^5.6
psr/log Version ^1.1
symfony/process Version ^3.4
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package xmarcos/php-weasyprint contains the following files

Loading the files please wait ....