hakre / xmlutil
Utility Classes for XML Standard Applications in PHP
v0.0.1
2015-03-15 22:26 UTC
Requires (Dev)
- phpunit/phpunit: 3.7.*
Suggests
- ext-iconv: *
This package is auto-updated.
Last update: 2026-02-19 10:37:42 UTC
README
XMLRecoder
Obtain information about and/or re-encode the character encoding of an XML document.
The class XMLRecoder is iconv based to re-encode XML strings based on the XML declaration or
user-input given.
Examples and Resources
XMLErrors
Representation and visualisation of LibXMLError objects.
XMLDSig
The DSig module is for XML digital signature processing.
The class XMLDSig offers a high-level interface. Right now it covers digest handling.
Examples and Resources
SXML
The SXML module has SimpleXMLElement related functionality, collected over the years.