PHPackages                             heriw/laravel-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. heriw/laravel-simple-html-dom-parser

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

heriw/laravel-simple-html-dom-parser
====================================

Laravel simple html dom parser

v1.9.1(2y ago)16601MITPHPPHP &gt;=5.6.0

Since Sep 24Pushed 2y ago1 watchersCompare

[ Source](https://github.com/heriwijaya/laravel-simple-html-dom-parser)[ Packagist](https://packagist.org/packages/heriw/laravel-simple-html-dom-parser)[ RSS](/packages/heriw-laravel-simple-html-dom-parser/feed)WikiDiscussions main Synced yesterday

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

laravel-simple-html-dom-parser
==============================

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

Simple HTML DOM Parser for Laravel

See Documentation

Requirement
-----------

[](#requirement)

- PHP Version : minimum 5.6.0
- PHP Extensions : iconv, mbstring
- PHP INI Settings : allow\_url\_fopen = On

Install
=======

[](#install)

```
composer require heriw/laravel-simple-html-dom-parser
```

Usage
=====

[](#usage)

```
use Heriw\LaravelSimpleHtmlDomParser\HtmlDomParser;

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

$elements = $html->find($element_name);
...
```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 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

1013d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/74807652?v=4)[Heri Wijaya](/maintainers/heriwijaya)[@heriwijaya](https://github.com/heriwijaya)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/heriw-laravel-simple-html-dom-parser/health.svg)

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

###  Alternatives

[naoray/nova-json

Nova json field to spread a json column throughout multiple fields.

37510.5k](/packages/naoray-nova-json)[t3docs/site-package

Site Package - This site package is an example used to understand the TYPO3 Site Package Tutorial.

1416.9k](/packages/t3docs-site-package)

PHPackages © 2026

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