phenx/php-svg-lib

A library to read, parse and export to PDF SVG files.

Installs: 76 934 961

Dependents: 39

Suggesters: 0

Security: 0

Stars: 1 350

Watchers: 10

Forks: 91

Open Issues: 20

0.5.0 2022-09-06 12:16 UTC

This package is auto-updated.

Last update: 2023-09-05 15:34:28 UTC


README

Build Status

Latest Stable Version Total Downloads Latest Unstable Version License

The main purpose of this lib is to rasterize SVG to a surface which can be an image or a PDF for example, through a \Svg\Surface PHP interface.

This project was initialized by the need to render SVG documents inside PDF files for the DomPdf project.