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)15511MITPHPPHP &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 1mo ago

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 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

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

959d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/aef4f73c8cda6426e1168aed5281de8940c67dd674b64f766597181be6a7d9b1?d=identicon)[heriwijaya](/maintainers/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

[strategery/magento2-infinitescroll

Magento2 InfiniteScroll module to load the next catalog page or results when scrolling down a page.

53246.2k1](/packages/strategery-magento2-infinitescroll)[web-id/laravel-playwright

Laravel Playwright Boilerplate

8315.5k](/packages/web-id-laravel-playwright)

PHPackages © 2026

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