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

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

sanzodown/simple-php-crawler
============================

A simple crawler written in PHP.

20PHP

Since Mar 24Pushed 5y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

A simple crawler library for php using DOMDocument. For educational purpose.

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

[](#installation)

```
composer require sanzodown/simple-php-crawler

```

Usage
-----

[](#usage)

```
$crawler = new Crawler("https://www.domain.com/");

// if u need to be authentificated
$crawler->setLogin("username","password");
```

### Methods:

[](#methods)

```
//return an array of the DOMNode
$result = $crawler->filter(".header-logo > a");

//some lazy methods
$imgs = $crawler->getAllImages();
$links = $crawler->getAllLinks();
```

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity30

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/bc6dbe89f5fd94505b4f6fcec603d048d1dc154fec351823621afb94ff226459?d=identicon)[sanzodown](/maintainers/sanzodown)

---

Top Contributors

[![sanzodown](https://avatars.githubusercontent.com/u/4226411?v=4)](https://github.com/sanzodown "sanzodown (6 commits)")

### Embed Badge

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

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

###  Alternatives

[uuf6429/rune

PHP Rule Engine.

7011.8k](/packages/uuf6429-rune)

PHPackages © 2026

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