PHP Package: scotteh/php-dom-wrapper

PHP DOM Wrapper library providing a convenient way to manipulate HTML and XML documents easily in PHP applications.

Current Version: 3.0.1
Last Updated: 2024-11-18
PHP Requirement: >=8.0.0
Dependencies: None

Package Description

Enhance your PHP projects with the PHP DOM Wrapper library, simplifying HTML and XML document manipulation. With intuitive methods and seamless integration, this library offers a robust solution for developers seeking efficient DOM handling capabilities. Empower your web development endeavors with this versatile tool.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 3.0.1

Download Download v3.0.1

Code Integration Example

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

<?php
// Example from PHPlibraries.com
require_once 'libs/scotteh/php-dom-wrapper/3.0.1/loader.php';

use Scotteh\DOMWrapper\DOMWrapper;

$obj = new DOMWrapper();
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.