PHPackages                             kalimeromk/update-htmldom - 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. kalimeromk/update-htmldom

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

kalimeromk/update-htmldom
=========================

Simple Html Dom Parser for Laravel

v1(3y ago)0313MITPHPPHP ^7.3|^7.4|^8.0|^8.1

Since Oct 10Pushed 3y ago1 watchersCompare

[ Source](https://github.com/KalimeroMK/Htmldom)[ Packagist](https://packagist.org/packages/kalimeromk/update-htmldom)[ RSS](/packages/kalimeromk-update-htmldom/feed)WikiDiscussions master Synced today

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

Htmldom
=======

[](#htmldom)

A Htmldom package for Laravel 5 to 9 based on Simple HTML Dom Parser

Installation
------------

[](#installation)

Add the following line to the `require` section of `composer.json`:

composer require kalimeromk/update-htmldom

Laravel 5 Setup
---------------

[](#laravel-5-setup)

1. Add the service provider to `config/app.php`.

```
'providers' => array(
    ...
	'Htmldom\HtmldomServiceProvider',
    ...
```

2. Add alias to `config/app.php`.

```
'aliases' => array(
    ...
	'Htmldom' => 'Htmldom\Htmldom',
    ...
```

Usage
-----

[](#usage)

1. Use following:

```
$html = new \Htmldom('http://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

s

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

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

1309d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/472c4da0220f15747dd81d3a27ffbba022a06ab20f64a367ddcaacd790d812d7?d=identicon)[KalimeroMK](/maintainers/KalimeroMK)

---

Top Contributors

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

---

Tags

laravelHTML Parser

### Embed Badge

![Health badge](/badges/kalimeromk-update-htmldom/health.svg)

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

###  Alternatives

[ajthinking/archetype

Programmatically edit PHP and Laravel files.

2723.4M12](/packages/ajthinking-archetype)[json-mapper/laravel-package

The JsonMapper package for Laravel

25170.4k3](/packages/json-mapper-laravel-package)

PHPackages © 2026

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