2020-07-29 UTC
# Zegnat Good morning [jeremycherfas]! I am not familiar with “simple HTML dom parser”. I would recommend looking at a parser that PHP ships with. Either DOMDocument or SimpleXML. Those are also the most likely to be used by other projects if you are looking for examples. (The php-mf2 parser uses DOMDocument.)