PHPackages                             cucxabeng/simple-html-dom - 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. cucxabeng/simple-html-dom

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

cucxabeng/simple-html-dom
=========================

SimpleHtmlDom for Laravel 5

12.6k2[1 issues](https://github.com/cucxabeng/simple-html-dom/issues)PHP

Since Aug 8Pushed 6y ago1 watchersCompare

[ Source](https://github.com/cucxabeng/simple-html-dom)[ Packagist](https://packagist.org/packages/cucxabeng/simple-html-dom)[ RSS](/packages/cucxabeng-simple-html-dom/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

simple-html-dom
===============

[](#simple-html-dom)

Add library Simple html dom to Laravel 5. More document:

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

[](#installation)

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

```
{
    "require": {
        "cucxabeng/simple-html-dom": "dev-master"
    }
}
```

Laravel Setup
-------------

[](#laravel-setup)

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

```
'providers' => array(
    ...
	'cucxabeng\HtmlDom\HtmlDomServiceProvider',

	//Laravel 5.1
	'cucxabeng\HtmlDom\HtmlDomServiceProvider::class',
    ...
```

Add alias to `config/app.php`:

```
'aliases' => array(
    ...
	'HtmlDom' => 'cucxabeng\HtmlDom\HtmlDom',

	//Laravel 5.1
	'HtmlDom' => 'cucxabeng\HtmlDom\HtmlDom::class',
    ...
```

Usage
-----

[](#usage)

```
$dom = new HtmlDom('http://www.example.com');
//or
$dom = new HtmlDom('Hello');
```

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

 Bus Factor1

Top contributor holds 92.9% 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.

### Community

Maintainers

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

---

Top Contributors

[![cucxabeng](https://avatars.githubusercontent.com/u/4465776?v=4)](https://github.com/cucxabeng "cucxabeng (13 commits)")[![andrewborem](https://avatars.githubusercontent.com/u/8118270?v=4)](https://github.com/andrewborem "andrewborem (1 commits)")

### Embed Badge

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

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

###  Alternatives

[tzookb/tbmsg

users messaging system

10917.1k](/packages/tzookb-tbmsg)[cyber-duck/silverstripe-seo

A SilverStripe module to optimise the Meta, crawling, indexing, and sharing of your website content

4351.1k](/packages/cyber-duck-silverstripe-seo)[alexandresalome/assetic-extra-bundle

Extra feature for Assetic (asset directory)

1811.4k](/packages/alexandresalome-assetic-extra-bundle)

PHPackages © 2026

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