PHPackages                             stounhandj/htmldom-laravel - 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. stounhandj/htmldom-laravel

ActiveLibrary

stounhandj/htmldom-laravel
==========================

1.0.0(4y ago)1677MITPHPPHP ^7.4 || ^8.0

Since Aug 30Pushed 4y ago1 watchersCompare

[ Source](https://github.com/StounhandJ/HtmlDom-Laravel)[ Packagist](https://packagist.org/packages/stounhandj/htmldom-laravel)[ RSS](/packages/stounhandj-htmldom-laravel/feed)WikiDiscussions master Synced yesterday

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

HtmlDom-Laravel
===============

[](#htmldom-laravel)

[![Total Downloads](https://camo.githubusercontent.com/fb47dac541ba77b6d29e62c26be6cd54a6e62bcab1633eff0043302426ec9c25/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f73746f756e68616e646a2f68746d6c646f6d2d6c61726176656c)](https://packagist.org/packages/stounhandj/htmldom-laravel)[![Latest Stable Version](https://camo.githubusercontent.com/77b81c9381c5253b9dcaf79eb634a418762b0b19a658545e2c388f02f9d54994/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f73746f756e68616e646a2f68746d6c646f6d2d6c61726176656c)](https://packagist.org/packages/stounhandj/htmldom-laravel)[![License](https://camo.githubusercontent.com/b14af3eb81609dab67960f48d8764433ff40b41b1b62625dbcc55d290bf11744/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f73746f756e68616e646a2f68746d6c646f6d2d6c61726176656c)](https://packagist.org/packages/stounhandj/htmldom-laravel)

\### A package for Laravel 8, 7, 6, ^5.5 based on Simple HTML Dom Parser Installation
------------

[](#installation)

```
$ composer require stounhandj/htmldom-laravel

```

Or

```
{
    "require": {
        "stounhandj/htmldom-laravel": "^1.0.0"
    }
}
```

Usage
-----

[](#usage)

1. Use following:

```
use StounhandJ\HtmldomLaravel\Htmldom;

$html = new Htmldom('https://www.example.com');

// Find all images
foreach($html->find('img') as $element)
       echo $element->src . '';

// Find all links
foreach($html->find('a') as $element)
       echo $element->href . '';
```

See the detailed documentation

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

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

1715d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8a56d387ac565d0b8c58a250620cd5282b6a88035a1eedfb0001ced526dcd49d?d=identicon)[StounhandJ](/maintainers/StounhandJ)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/stounhandj-htmldom-laravel/health.svg)

```
[![Health](https://phpackages.com/badges/stounhandj-htmldom-laravel/health.svg)](https://phpackages.com/packages/stounhandj-htmldom-laravel)
```

PHPackages © 2026

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