PHPackages                             kub-at/php-simple-html-dom-parser - 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. kub-at/php-simple-html-dom-parser

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

kub-at/php-simple-html-dom-parser
=================================

PHP Simple HTML DOM Parser with namespace and PHP 7.3 compatible

1.9.1(6y ago)1526.7M↓49%43[4 issues](https://github.com/Kub-AT/php-simple-html-dom-parser/issues)20MITPHPPHP &gt;=5.3.2

Since Jan 2Pushed 6y ago9 watchersCompare

[ Source](https://github.com/Kub-AT/php-simple-html-dom-parser)[ Packagist](https://packagist.org/packages/kub-at/php-simple-html-dom-parser)[ Docs](http://simplehtmldom.sourceforge.net/)[ RSS](/packages/kub-at-php-simple-html-dom-parser/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (5)DependenciesVersions (6)Used By (20)

php-simple-html-dom-parser
==========================

[](#php-simple-html-dom-parser)

Version 1.9.1 - PHP 7.3 compatible PHP Simple HTML DOM Parser changelog:

Install
-------

[](#install)

```
composer require kub-at/php-simple-html-dom-parser

```

Usage
-----

[](#usage)

```
use KubAT\PhpSimple\HtmlDomParser;

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

$elems = $dom->find($elem_name);
...
```

###  Health Score

46

—

FairBetter than 92% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity62

Solid adoption and visibility

Community28

Small or concentrated contributor base

Maturity60

Established project with proven stability

 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

Every ~74 days

Total

5

Last Release

2444d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/345461?v=4)[Jakub Stawowy](/maintainers/Kub-AT)[@Kub-AT](https://github.com/Kub-AT)

---

Top Contributors

[![Kub-AT](https://avatars.githubusercontent.com/u/345461?v=4)](https://github.com/Kub-AT "Kub-AT (3 commits)")

---

Tags

htmldomSimple

### Embed Badge

![Health badge](/badges/kub-at-php-simple-html-dom-parser/health.svg)

```
[![Health](https://phpackages.com/badges/kub-at-php-simple-html-dom-parser/health.svg)](https://phpackages.com/packages/kub-at-php-simple-html-dom-parser)
```

###  Alternatives

[masterminds/html5

An HTML5 parser and serializer.

1.8k269.7M322](/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.5k8.2M130](/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.7M65](/packages/sunra-php-simple-html-dom-parser)[simplehtmldom/simplehtmldom

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

1931.4M15](/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.

1512.0M12](/packages/scotteh-php-dom-wrapper)[rct567/dom-query

DomQuery is a PHP library that allows easy 'jQuery like' DOM traversing and manipulation

136269.4k4](/packages/rct567-dom-query)

PHPackages © 2026

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