PHP Package: dompdf/php-svg-lib

A PHP library providing SVG manipulation capabilities for seamless integration into your projects, boosting interactivity and visual appeal.

Current Version: 1.0.0
Last Updated: 2024-04-29
PHP Requirement: ^7.1 || ^8.0
Dependencies:
dompdf/dompdf
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Enhance your web applications with the power of Scalable Vector Graphics (SVG) through this feature-packed PHP library. Simplify the creation and manipulation of SVG images, enabling dynamic and engaging visual content across various platforms.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 1.0.0

Download Download v1.0.0

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/dompdf/php-svg-lib/1.0.0/loader.php';
require_once 'libs/dompdf/dompdf/3.1.2/loader.php';
require_once 'libs/vendor/name1/{lib_version}/loader.php';
require_once 'libs/vendor/name2/{lib_version}/loader.php';

use Dompdf\PhpSvgLib\Class1;
use Vendor\Name1\Class4;
use Vendor\Name2\Class5;

$obj = new Class1();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.