PHPackages                             kadejayak/web-spider - 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. kadejayak/web-spider

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

kadejayak/web-spider
====================

Simple Website spider tools, to get all links on web pages

17PHP

Since Sep 2Pushed 9y ago1 watchersCompare

[ Source](https://github.com/kadekjayak/web-spider)[ Packagist](https://packagist.org/packages/kadejayak/web-spider)[ RSS](/packages/kadejayak-web-spider/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Web Spider
==========

[](#web-spider)

This is simple website spider class written in PHP, it can be used to extract links from a website recursively.

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

[](#installation)

Just download this class and include on your project. or by using composer

```
composer require kadekjayak/web-spider

```

\##Requirements

- PHP curl

Example
-------

[](#example)

the basic example to get all links from a website

```
use Kadekjayak\WebSpider;
$Spider = new WebSpider();
$Links = $Spider->scrape('http://example.com', $depth = 2);
print_r($Links);

```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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://avatars.githubusercontent.com/u/5086060?v=4)[kadekjayak](/maintainers/kadekjayak)[@kadekjayak](https://github.com/kadekjayak)

---

Top Contributors

[![kadekjayak](https://avatars.githubusercontent.com/u/5086060?v=4)](https://github.com/kadekjayak "kadekjayak (2 commits)")

### Embed Badge

![Health badge](/badges/kadejayak-web-spider/health.svg)

```
[![Health](https://phpackages.com/badges/kadejayak-web-spider/health.svg)](https://phpackages.com/packages/kadejayak-web-spider)
```

###  Alternatives

[farmos/farmos

A web-based farm record keeping application.

1.3k7.0k1](/packages/farmos-farmos)[tomnomnom/phpwol

Wake On LAN for PHP

114.7k](/packages/tomnomnom-phpwol)

PHPackages © 2026

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