hakre / xmlutil
Utility Classes for XML Standard Applications in PHP
Installs: 3 592
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Requires (Dev)
- phpunit/phpunit: 3.7.*
Suggests
- ext-iconv: *
This package is auto-updated.
Last update: 2024-11-19 08:10:46 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.