i used SimpleHTMLDom many times to scrap contents with bots, but DOM objects take much memory to deal with.
It's a good option to have the same functionality with better performance.
But what are exactly the changes? (i'm really lazy to check that myself )
jokerhacker Reviewed by jokerhacker on . SimpleHTMLDom(Native) A class for all KWWH'ers, a native version of SimpleHTMLDom which can be used as a drop in replacement. Syntax is exactly the same and being native (DomDocument) this class offeres much better memory consumption and performance than its userland (origional) alternative. <?php namespace HTML; class NodeNotFound extends \Exception { } Rating: 5