PHPackages                             filipemansano/simplehtmldom - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. filipemansano/simplehtmldom

ActiveLibrary[Parsing &amp; Serialization](/categories/parsing)

filipemansano/simplehtmldom
===========================

Wrapper for SimpleHtmlDom

1.8(7y ago)0177MITPHPPHP &gt;=5.3.2

Since Mar 8Pushed 7y ago1 watchersCompare

[ Source](https://github.com/filipemansano/simplehtmldom)[ Packagist](https://packagist.org/packages/filipemansano/simplehtmldom)[ Docs](https://github.com/filipemansano/simplehtmldom)[ RSS](/packages/filipemansano-simplehtmldom/feed)WikiDiscussions master Synced today

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Wrapper for simplehtmldom 1.8
=============================

[](#wrapper-for-simplehtmldom-18)

Install via "composer require"
------------------------------

[](#install-via-composer-require)

composer require filipemansano/simplehtmldom

Quick Start
-----------

[](#quick-start)

```
require_once 'composer/autoload.php';

use FilipeMansano\PhpSimple\HtmlDomParser;

...
$dom = HtmlDomParser::str_get_html($str);
// or
$dom = HtmlDomParser::file_get_html($file);

$elems = $dom->find('#css-selector');
```

### Documentation

[](#documentation)

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2621d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/22ccc3c23ba34c1df7f3939673981b75ff1ff28f85f6084bf6a4497a255feedf?d=identicon)[filipemansano](/maintainers/filipemansano)

---

Top Contributors

[![filipemansano](https://avatars.githubusercontent.com/u/6247393?v=4)](https://github.com/filipemansano "filipemansano (7 commits)")

---

Tags

parserhtmldom

### Embed Badge

![Health badge](/badges/filipemansano-simplehtmldom/health.svg)

```
[![Health](https://phpackages.com/badges/filipemansano-simplehtmldom/health.svg)](https://phpackages.com/packages/filipemansano-simplehtmldom)
```

###  Alternatives

[masterminds/html5

An HTML5 parser and serializer.

1.8k242.8M229](/packages/masterminds-html5)[paquettg/php-html-parser

An HTML DOM parser. It allows you to manipulate HTML. Find tags on an HTML page with selectors just like jQuery.

2.4k7.9M123](/packages/paquettg-php-html-parser)[sunra/php-simple-html-dom-parser

Composer adaptation of: 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.

1.3k9.4M62](/packages/sunra-php-simple-html-dom-parser)[simplehtmldom/simplehtmldom

A fast, simple and reliable HTML document parser for PHP.

1921.3M14](/packages/simplehtmldom-simplehtmldom)[scotteh/php-dom-wrapper

Simple DOM wrapper to select nodes using either CSS or XPath expressions and manipulate results quickly and easily.

1471.9M10](/packages/scotteh-php-dom-wrapper)[oscarotero/html-parser

Parse html strings to DOMDocument

165.0M1](/packages/oscarotero-html-parser)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
