An Extension to PHP's standard DOM to add various convinience methods and exceptions by default
PHP port of Mozilla's Readability.js
An HTML5 parser and serializer for PHP.
翻译 - 用于PHP的HTML5解析器和序列化器。
A handy PHP utility class for working with XML.
🍩 1kb minimally viable DOM Document implementation
A better HTML5 parser for PHP.
翻译 - 适用于PHP的更好的HTML5解析器。
Simple utility to parse html strings to DOMDocument
dom_varimport: a simple PHP extension to convert nested arrays into DOMDocument
One common need when working in PHP is a way to convert an XML document into a serializable array. If you ever tried to serialize() and then unserialize() a SimpleXML or DOMDocument object, you know w...