Libraries tagged by simflex
dataground/simpledom
32843 Downloads
A bridge between SimpleXML and the DOM extension, plus a bunch of convenience methods
danmichaelo/quitesimplexmlelement
7802 Downloads
Wrapper that adds easier namespace handling and some helper methods to SimpleXML.
berlioz/html-selector
11338 Downloads
Berlioz HTML Selector is a PHP library to do queries on HTML files (converted in SimpleXMLElement object) like jQuery on DOM.
pfazzi/simplex-mapper
3777 Downloads
A simple mapping library
krafjp/simplexmlreader
9567 Downloads
Fork from dkrnl/simplexmlreader. Adjust php 8.1+. Wrapper XMLReader class, for simple SAX-reading(and simple XPath-queries) of huge(testing over 1G file) xml.
bentools/simplexmlextended
20559 Downloads
Some extra functions to work with SimpleXml.
adduc/cdata-simplexml
5996 Downloads
Wrapper around SimpleXMLElement to provide cdata support.
mrgenis/xml-to-array-schema
2131 Downloads
Convert xml document to array
makinacorpus/simple-xml-reader
1064 Downloads
Extends XMLReader PHP class, for simple SAX-reading and XPath queries of huge XML files.
lyquidity/utilities
3864 Downloads
Utility classes to provide a tuple dictionary and to convert a simple XML class to an array
borislavsabev/simple-xml-loader
1456 Downloads
A minimalistic SimpleXml loader. Wraps the simplexml_load_XXXX() methods and provides error handling.
socialengineers/soap-parser
3053 Downloads
A library that manually parses SOAP XML requests via the SimpleXMLElement class, allowing retrieval of called SOAP function and parameters.
lum/simpledom
4296 Downloads
A bridge between SimpleXML and the DOM extension.
logifire/xml
15104 Downloads
Type safe XML reader using SimpleXMLElement internally
joeycumines/simple-xml-util
4167 Downloads
Utilities to improve maintainability of code that relies on PHP's simplexml_load_string.