Registry / serialization / theseer-fdomdocument

theseer-fdomdocument

JSON →
library1.6.7phppackagistunverified

Extends the standard DOM to use exceptions instead of PHP warnings, with additional custom methods for convenience.

composer require theseer/fdomdocument
INSTALL
IMPORT
SIG · THESEER-FDOMDOCUME
T
theseer-fdomdocument
serializationphpv1.6.7
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

fDOMDocument
use TheSeer\fDOMDocument\fDOMDocument;

Create an fDOMDocument and load XML with exception handling.

use TheSeer\fDOMDocument\fDOMDocument; $doc = new fDOMDocument(); $doc->loadXML('<root><item/></root>'); $items = $doc->getElementsByTagName('item');
Debug
Known issues
gotchaRequires PHP DOM extension enabled.
fix
Ensure the DOM extension is installed and enabled in php.ini.
affects: >=1.0.0
Upgrade
Version history
1.6.7latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
Amazon
1
OpenAI (training)
1
Resources
theseer-fdomdocument — pip install theseer-fdomdocument · libregistry