HTML

Swedish

PHP Simple HTML DOM Parser

This is a neat and nice PHP library to use when crawling or analyzing HTML content based on a URL or a string.

  • A HTML DOM parser written in PHP5+ let you manipulate HTML in a very easy way!
  • Require PHP 5+.
  • Supports invalid HTML.
  • Find tags on an HTML page with selectors just like jQuery.
  • Extract contents from HTML in a single line.