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

ActiveLibrary

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

v1.0.4(5y ago)1361.9k↓31.3%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 1mo ago

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 83% 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

1865d 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

[php-curl-class/php-curl-class

PHP Curl Class makes it easy to send HTTP requests and integrate with web APIs.

3.3k9.5M353](/packages/php-curl-class-php-curl-class)[kiddyu/beanbun

Beanbun 是用 PHP 编写的多进程网络爬虫框架，具有良好的开放性、高可扩展性

1.3k4.1k](/packages/kiddyu-beanbun)[blackfire/player

A powerful web crawler and web scraper with Blackfire support

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

Web crawling and scraping library.

37214.8k2](/packages/crwlr-crawler)[smochin/instagram-php-crawler

A simple PHP Crawler for Instagram

459.8k](/packages/smochin-instagram-php-crawler)[cable8mm/water-melon

Water Melon is simple melon.com api sdk for php

182.7k](/packages/cable8mm-water-melon)

PHPackages © 2026

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