mgrulich / php-svg-lib
A library to read, parse and export to PDF SVG files.
Installs: 24
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 81
pkg:composer/mgrulich/php-svg-lib
Requires
- sabberworm/php-css-parser: 8.1.*
Requires (Dev)
- phpunit/phpunit: ~5.0
This package is not auto-updated.
Last update: 2025-10-01 15:37:15 UTC
README
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.