Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 498 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 498 Bytes
description
Easily Read & Write XML in PHP

🌵 XML Wrangler

XML Wrangler is a simplistic PHP library designed to make reading and writing XML easy. XML Wrangler has been built with developer experience in mind - you can read any type of XML file, even with complex namespaces and even large XML files. It will also throw exceptions if the XML is invalid!

Installation

XML Wrangler is installed via Composer.

composer require saloonphp/xml-wrangler

Requires PHP 8.1+