dataground / simpledom
A bridge between SimpleXML and the DOM extension, plus a bunch of convenience methods
Installs: 35 030
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
Requires
- php: >=7.4.0
Requires (Dev)
README
Description
SimpleDOM is built upon SimpleXML and acts as a bridge providing DOM methods using SimpleXML's syntax. It also adds a bunch of convenience methods. SimpleDOM is a single file with no dependencies. All you need to use it is include it and create SimpleDOM objects instead of SimpleXMLElement objects, or simply use simpledom_load_string() instead of simplexml_load_string(). No user manual, but every method is documented in the phpDocumentor-generated output, see doc/ for more information.
History
Forked 27-11-2014 of the unsupported SimpleDOM project on google code
Usage
Usage just like SimpleXML