PHP Package: saloonphp/xml-wrangler

XML-Wrangler is a powerful PHP library for efficient XML manipulation and transformation, offering seamless integration with various web development projects.

Current Version: 1.4.0
Last Updated: 2025-02-15
PHP Requirement: ^8.1
Dependencies: None

Package Description

XML-Wrangler is a versatile PHP library designed to simplify XML processing tasks, enabling developers to parse, modify, and generate XML documents effortlessly. With a wide range of features and robust functionality, this library streamlines XML handling in web applications and APIs, enhancing development efficiency and performance.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 1.4.0

Download Download v1.4.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/saloonphp/xml-wrangler/1.4.0/loader.php';
require_once 'libs/vendor3/library3/{lib_version}/loader.php';

use SaloonPHP\XmlWrangler\Parser;

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