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

ActiveCakephp-plugin[Utility &amp; Helpers](/categories/utility)

albertotain/simple-html-dom
===========================

simple-html-dom plugin for CakePHP 3

02PHP

Since Apr 6Pushed 7y agoCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

SimpleHtmlDom version 1.9 plugin for CakePHP 3
==============================================

[](#simplehtmldom-version-19-plugin-for-cakephp-3)

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

[](#installation)

You can install this plugin into your CakePHP application using [composer](https://getcomposer.org).

The recommended way to install composer packages is:

```
composer require albertotain/simple-html-dom

```

Cargar plugin
-------------

[](#cargar-plugin)

bin/cake plugin load simple-html-dom

Usar en controlador
-------------------

[](#usar-en-controlador)

use SimpleHtmlDom\\Controller;

```
 public function suMetodo() {

    // Create DOM from URL or file
    $simpleHtml = new Controller\SimpleHtmlDomController;

    $html = $simpleHtml->file_get_html('http://URL/');

    dd($html);
}

```

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity37

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.

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[ideea/language-detector

Detect languages by text

334.4k](/packages/ideea-language-detector)

PHPackages © 2026

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