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 2mo 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 14% 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://www.gravatar.com/avatar/4880dadbc24c2b9a742592908aaabdd0a4bd9cb637f201707d69b9f5a0e5cc43?d=identicon)[kadekjayak](/maintainers/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

[razorpay/ifsc

Razorpay IFSC Codes Library

382201.9k](/packages/razorpay-ifsc)[dominus77/yii2-sweetalert2-widget

Renders a SweetAlert2 widget for Yii2.

2070.4k1](/packages/dominus77-yii2-sweetalert2-widget)[colinodell/indentation

Library to detect and manipulate indentation in strings and files

3911.5k5](/packages/colinodell-indentation)[jeffreyvanrossum/paver

Block based drag and drop editor for developers.

473.5k2](/packages/jeffreyvanrossum-paver)[phpcfdi/sat-catalogos

Catálogos de SAT para CFDI 3.3, CFDI 4.0 y Nómina 1.2

304.6k24](/packages/phpcfdi-sat-catalogos)[inspiredminds/contao-file-usage

Contao extension that allows you to search for references of files in the database assisted file manager.

1212.7k10](/packages/inspiredminds-contao-file-usage)

PHPackages © 2026

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