PHPackages                             eddieace/php-simple - 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. eddieace/php-simple

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

eddieace/php-simple
===================

v1.0.4(5y ago)1364.5k↓75%7MITPHPPHP &gt;=7.0.0

Since Nov 7Pushed 5y ago2 watchersCompare

[ Source](https://github.com/eddieace/php-simple)[ Packagist](https://packagist.org/packages/eddieace/php-simple)[ RSS](/packages/eddieace-php-simple/feed)WikiDiscussions master Synced yesterday

READMEChangelog (5)DependenciesVersions (7)Used By (0)

php-simple
==========

[](#php-simple)

Version 1.0.4

PSR-4 compatible

Updated version of the simplehtmldom for php 7.3+.

Install
-------

[](#install)

composer.phar

```
"require": {
    "eddieace/php-simple": "1.0.*"
    }
```

composer require

```
	composer require eddieace/php-simple
```

Usage
-----

[](#usage)

```
use Eddieace\PhpSimple\HtmlDomParser;

...
$dom = HtmlDomParser::str_get_html( $str );
or
$dom = HtmlDomParser::file_get_html( $file_name );

$elems = $dom->find($elem_name);
...
```

Example
-------

[](#example)

```
use Eddieace\PhpSimple\HtmlDomParser;

$html = HtmlDomParser::file_get_html("http://example.com/");
$results = $html->find('h1');
echo $results[0]->plaintext;

//output : Example Domain
```

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity39

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity62

Established project with proven stability

 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

Every ~312 days

Total

5

Last Release

1911d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/12055213?v=4)[Edvard Åkerberg](/maintainers/eddieace)[@eddieace](https://github.com/eddieace)

---

Top Contributors

[![eddieace](https://avatars.githubusercontent.com/u/12055213?v=4)](https://github.com/eddieace "eddieace (15 commits)")

---

Tags

phpcrawlerscraperweb-scraping web-scraperscrapeing

### Embed Badge

![Health badge](/badges/eddieace-php-simple/health.svg)

```
[![Health](https://phpackages.com/badges/eddieace-php-simple/health.svg)](https://phpackages.com/packages/eddieace-php-simple)
```

###  Alternatives

[vdb/php-spider

A configurable and extensible PHP web spider

1.3k185.8k7](/packages/vdb-php-spider)[blackfire/player

A powerful web crawler and web scraper with Blackfire support

49617.1k](/packages/blackfire-player)[crwlr/crawler

Web crawling and scraping library.

36917.4k2](/packages/crwlr-crawler)

PHPackages © 2026

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